I have a question about PDF security preferences. Can I change an editable pdf to readable pdf programmatically?
+1
A:
My Perl CAM::PDF library has a command-line utility called rewritepdf.pl that can do this quite easily with the -P
flag. The library exposes this functionality quite easily, too.
Chris Dolan
2009-07-03 04:59:04
+1
A:
Yes, adding security to a PDF which stops people from being able to edit it, is quite easy using a variety of different PDF toolkits (iText, PDFSharp, Quick PDF Library, etc).
Rowan
2009-07-03 06:01:58