Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to write the values into Pdf file?? I am having a registration system in VC++, I want to write the values from the user to be printed on the editable pdf. How to perform this?
Any Sample programs available for this??
Posted
Updated 19-Jul-11 1:04am
v2

You can either get a copy of the PDF specification from Adobe and write your own PDF generator, or search the internet for one of the free PDF libraries.
 
Share this answer
 
You should use a library (see, for instance "Development libraries" at Wikipedia[^]).
 
Share this answer
 
Personally, I would sugget libHaru[^].
It's relatively easy to use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900