Hacker News new | ask | show | jobs
by desgeeko 662 days ago
I am the author of PDFSyntax, thanks for mentioning it!

The HTML output is like a pretty print where you can read view objects and follow links to other objects.

Since I have added a new command (disasm) that is CLI oriented and displays a greppable summary of the structure. Here is an explanation: https://github.com/desgeeko/pdfsyntax/blob/main/docs/disasse...

1 comments

python3 -m pdfsyntax: error: argument command: invalid choice: 'inspect' (choose from 'browse', 'disasm', 'overview', 'text')