Skip to content
merces edited this page May 30, 2023 · 1 revision

Command-line tool to identify what's inside a PDF file. To use it, go to retoolkit -> Programming -> Python Command Prompt and type:

cd pdfid
python pdfid.py -h

After knowing what's inside a PDF, you may want to extract things out of it. That's a tool for doing this. To use it, go to retoolkit -> Programming -> Python Command Prompt and type:

python pdf-parser.py -h