Re: [iText-questions] Check PDF file for settings

2009-12-11 Thread Leigh
> Sure.  You just have to look at > the relevant keys in the PDF. I have not tried this. But here is my educated guess after looking at the iText source and PDF Reference. I am sure someone will correct me if I am wrong. The PdfReader has a method used to _remove_ Usage Rights. So I imagine you

Re: [iText-questions] Check PDF file for settings

2009-12-09 Thread Leonard Rosenthol
Sure. You just have to look at the relevant keys in the PDF. -Original Message- From: webpointz [mailto:mbeveri...@webpointz.com] Sent: Wednesday, December 09, 2009 2:05 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Check PDF file for settings Hello, is there

[iText-questions] Check PDF file for settings

2009-12-09 Thread webpointz
Hello, is there any way to check a PDF to see if it has been "Enabled for Reader"? I just need to check to ensure that someone has applied "Extend Features for Reader" so that I can push the file to users to digitally sign. If anyone could point me in the right direction that would be great :) -