vote up 1 vote down star

I have a question about PDF security preferences. Can I change an editable pdf to readable pdf programmatically?

flag

3 Answers

vote up 1 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

Yes - with for example PDFStamp on Windows (Command line reference)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.