logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDF Parser - Analyze PDF Files | Online Free DevTools by Hexmos

Analyze PDF files quickly with PDF Parser. Identify objects, search content, and extract statistics without rendering. Free online tool, no registration required.

pdf-parser

Identify fundamental elements of a PDF file without rendering it. More information: https://blog.didierstevens.com/programs/pdf-tools.

  • Display statistics for a PDF file:

pdf-parser {{[-a|--stats]}} {{path/to/file.pdf}}

  • Display objects of a specific type (/Font, /URI, …) in a PDF file:

pdf-parser {{[-t|--type]}} {{/object_type}} {{path/to/file.pdf}}

  • Search for strings in indirect objects:

pdf-parser {{[-s|--search]}} {{search_string}} {{path/to/file.pdf}}

See Also