user434885
user434885

Reputation: 2018

Reading user privileges on a PDF, things like password, signature etc?

I need to write a tool which is able to access a pdf file and read what all feature/user privileges are active on the document. I plant to take the development in 2 stages. First stage: Determine what all features/user privileges are active on the document. i.e. detecting if any of the following are enabled and what is their type. Password, Digital Signatures, Reader Extensions, Certificate security & Policy.

I have seen PDF for PHP but this does not look like it has the features i require. What package / language is best suited for this kind of tool ?

I am comfortable working in C, C++, Perl, PHP, Python or Java.

Upvotes: 0

Views: 101

Answers (1)

simbabque
simbabque

Reputation: 54381

Take a look at Perl's CAM::PDF. I believe it can do at least some of the things you want.

Upvotes: 1

Related Questions