Click to See Complete Forum and Search --> : setting pdf properties


selvakumar_82
May 7th, 2009, 06:30 AM
hi how to set the pdf properties using com.lowagie.text.pdf
say for ex i want to set a property where on should not be able to select the content of pdf and save (may be like disabling the functions except printing)

Krishnaa
May 7th, 2009, 06:55 AM
That would need PDF editing, meaning, you need to add those flags inside the PDF format, there are no API/classes for that in my opinion. You will have to go for some library which will allow you to do that. May be some open source library can be found on internet. let me know if you find one.

JonnyPoet
May 7th, 2009, 08:24 AM
hi how to set the pdf properties using com.lowagie.text.pdf
say for ex i want to set a property where on should not be able to select the content of pdf and save (may be like disabling the functions except printing)As much as I know they offer a free downloadable SDK for Adobe Acrobat so have a look there in their download area