docs/tools/json-to-pdf.md
Reconstruct PDF documents from JSON files that were previously created by BentoPDF's PDF to JSON tool. This is a round-trip conversion tool -- it takes the structured JSON representation of a PDF and rebuilds the original document.
::: warning This tool only accepts JSON files produced by BentoPDF's PDF to JSON converter. Standard JSON files from APIs, databases, or other tools are not supported. :::
| Input | Description |
|---|---|
.json | JSON files exported by BentoPDF's PDF to JSON tool |
jsons-to-pdf.zip containing one PDF per input JSON file.The conversion runs in a background Web Worker, so the UI remains responsive even with large files.
This tool has no configurable options. The JSON structure fully determines the output PDF.
When converting multiple JSON files, results are delivered as a ZIP archive. Each PDF is named after its source JSON file (e.g., report.json becomes report.pdf).