Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How i do set a watermark( such as number) at certain location on pdf file programmatically(automatically) before printing it
Posted

Google suggests[^] you should use a library for the purpose.
 
Share this answer
 
Comments
Mustafa77 1-Oct-14 9:08am    
there are many links but i can not find the right library(free) .dll for my problem, my problem is how i can place a watermark (which is number 1..2..3 etc) which is written dynamically on the pdf file through create of pdf files
Hi to use watermark in your PDF file you can make use of itextSharp.dll referencing to your project and implement PdfStamper class.

Hope this will work for you.
 
Share this answer
 
Comments
Mustafa77 1-Oct-14 9:11am    
My friend can you give me complete example about how itextSharp.dll and PdfStamper class use to use watermark in pdf file...and thanks so much.

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