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)
Printable View
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)
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.