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
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
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,
_
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.
Bookmarks