Results 1 to 9 of 9

Thread: Pdf generating tool(3rd party api's) for Qt Creator

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2013
    Posts
    40
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 3 Times in 1 Post

    Default Pdf generating tool(3rd party api's) for Qt Creator

    Hi everyone,

    Is there any 3rd party api's for generating pdf in Qt Creator, same as iTextPdf (viz. used for manipulating PDF in java)?

    Pls reply ASAP.

    Regards,
    Rohit

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Pdf generating tool(3rd party api's) for Qt Creator

    If you mean generating PDF with Qt, then yes, QPrinter can directly output to PDF.
    If you indeed mean QtCreator I am afraid I don't understand the question.

    Cheers,
    _

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Pdf generating tool(3rd party api's) for Qt Creator

    If you need to manipulate the content of existing PDF files then Qt does not directly help.

    You can use any C-based PDF library, any C++ based library built with a compatible compiler, or any ActiveX based option (on Windows only of course). Take your pick.

Similar Threads

  1. Weird problem with tool chain in Qt Creator
    By Momergil in forum Qt Tools
    Replies: 0
    Last Post: 24th March 2013, 14:14
  2. Replies: 0
    Last Post: 9th November 2012, 11:28
  3. Replies: 1
    Last Post: 11th April 2012, 08:50
  4. Third Party tool for deploy Qt Application on Mac?
    By vishal.chauhan in forum Qt-based Software
    Replies: 6
    Last Post: 10th February 2009, 17:03

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.