up vote 1 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

4 Answers

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

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

PDF encryption may not be honored in some tools.

You can use tools such as PDFLEO to encrypt PDF documents (command line reference)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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