docs/tools/pdf-to-json.md
Converts one or more PDF files into JSON format. The tool uses CPDF (Coherent PDF) to serialize the internal structure of each PDF into a machine-readable JSON representation. The output is always delivered as a ZIP archive.
The status bar shows progress through the conversion and ZIP creation stages.
This tool has no configurable options. Each PDF is converted to its full JSON representation.
pdfs-to-json.zip file containing filename.json for each input PDF.The JSON output represents the PDF's internal object structure, including page trees, font references, metadata, and content streams.