Skip to content
merces edited this page May 1, 2025 · 2 revisions

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

cd ..\scripts\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:

cd ..\scripts
python pdf-parser.py -h
Clone this wiki locally