pdfid icon indicating copy to clipboard operation
pdfid copied to clipboard

DOC: Usage example within Python

Open MartinThoma opened this issue 5 years ago • 1 comments

I would like to check a lot of PDF files for the following:

Is that possible with pdfid? Could you add an example how to use pdfid within Python code?

MartinThoma avatar Aug 19 '20 09:08 MartinThoma

I just copied this code from the page listed in the readme, I have absolutely no idea.

If you want to use it as a library, I strongly recommend you to look at the code directly, it is what I did for my use case there: https://github.com/CIRCL/PyCIRCLean/blob/master/filecheck/filecheck.py#L460

Rafiot avatar Aug 20 '20 08:08 Rafiot