Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am working with .Net (c#) based windows Application. I want to genarate a pdf File from my application is non editable.How can possible viewers please give me any idea or views..
thank you.
Posted
Comments
Garth J Lancaster 29-Jan-13 4:51am    
Are you using someone's SDK or toolkit to generate the PDF ? one suggestion is to use something like iTextSharp and set user/owner passwords

You wont go wrong with iTextSharp...
read more http://itextpdf.com/
 
Share this answer
 
Non-editable is a request bound to be broken, hacked, bypassed etc.

I heard that even MS are going to give PDF editing within Office soon...

What you can do however is digitally sign the document.

See this article[^] or this one (MSDN) [^]

Cheers,
Edo
 
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