Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 671 Bytes

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.