/pdf-debugger

Tool for debugging PDF files

Primary LanguageTypeScriptMIT LicenseMIT

PDF debugger

License

pdf.hyzyla.dev

This tool allows you to inspect the tree structure of a PDF file. It is built using the Mozilla PDF.js library. I made a fork of the project and extracted only the core part of it and published it as separate npm package pdf.js-core

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.