Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,

i have a pdf file which is some kind of form which contain application number field.i want to write or add auto generate number to this pdf. when ever user download this pdf it contain distinct number. for example if i download first time than application no generate 1 and add or write in pdf application no. field. if i download next time than it will write or add application number 2 in the pdf file.

please suggest me how can i implement this?
if possible than provide me some examples......
Posted

You will need to use a 3rd party library, such as iTextSharp[^], which has a good deal of documentation.
 
Share this answer
 
Comments
Wendelius 7-Dec-11 14:48pm    
Another good library, my 5.
You could also consider PDF SHarp[^] to modify the contents.
 
Share this answer
 
v2

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