PDA

View Full Version : How to write the values into Pdf file?



Gokulnathvc
11th July 2011, 11:04
I am having a registration system in QT , I want to write the values from the user to be printed on the editable pdf. How to perform this?

ChrisW67
11th July 2011, 22:26
You can use QPrinter to create a PDF file. Qt contain no facilities to modify an existing PDF file.