PDF Toolkit
## 📄 PDF Toolkit API PDF Toolkit is a simple API for **generating and manipulating PDF files**. Convert **HTML, Markdown, or text to PDF**, merge multiple PDFs, or split documents by page ranges — using straightforward HTTP requests. --- ### 🚀 What you can do - HTML → PDF - Markdown → PDF - Text → PDF - Merge PDFs - Split PDFs --- ### 🧩 Common use cases - Generate invoices and reports - Export…
PDF Toolkit endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
HTML to PDF /pdf/from-html |
Convert raw HTML into a downloadable PDF file. |
| POST |
MD to PDF /pdf/from-markdown |
Convert Markdown text into a downloadable PDF |
| POST |
Text to PDF /pdf/from-text |
Convert any text into a downloadable PDF |
| POST |
Merge PDFs /pdf/merge |
Merge two or more PDFs into a single downloadable PDF |
| POST |
Split PDF /pdf/split |
Split PDF into multiple PDFs |