Results 1 to 6 of 6

Thread: Help creating a PDF doc

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    105
    Thanks
    38
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Question Help creating a PDF doc

    Hi, I'm programing an application for the management (leveling and cut away the background) of digitalized images taken from the pages of old books. The last step of the processment is the creation of a PDF document with all the processed images (one image per page) to create the corresponding e-book (see the pics below). Well, I've tried to create the PDF document with the QPrinter class and "painting" the images on it using the QPainter class. The problem is that, doing it in this way, it doesn't include the original images and the resulting PDF doc is even larger than the group of images I would like to know if somebody knows a software (freeware if it's possible) that could comunicate with Qt and could create PDF docs from images, like I've already descripted. Thanks a lot.
    Attached Images Attached Images

Similar Threads

  1. Problem in creating thread in GUI application
    By jyoti kumar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2006, 12:05
  2. Creating a global array in my code???
    By therealjag in forum General Programming
    Replies: 5
    Last Post: 13th March 2006, 11:13
  3. uic not creating seperate .h and .cpp files
    By Kapil in forum Qt Programming
    Replies: 2
    Last Post: 13th February 2006, 10:43
  4. Creating Widgets
    By hylke in forum Qt Programming
    Replies: 2
    Last Post: 5th February 2006, 08:37
  5. Creating a "windowless" software
    By Yorma in forum Qt Programming
    Replies: 7
    Last Post: 9th January 2006, 15:21

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.