Hi Luca, > I have a PDF document that I want to lock for some features, such as > content extraction, and printing.
If you want to use a shell command, you can use the pdftk package. You can set encryption, allow/disallow fetaure (printing, copy, etc)... Or you can use java iText library, and write your own script :-) Regards M