Document Converter
HTML & Markdown to PDF
Precision document conversion engine. Convert raw HTML, Markdown, or live URLs into production-quality PDFs.
1. Source
SOURCE: INDEX.HTML
public
The page will be fetched and converted to PDF.
tune PDF Configuration
Live Preview
zoom_in
file_download
API Integration
v1.0curl -X POST "https://api.digicatech.net/api/v1/pdf/convert" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"source": "html", "content": "...", "page_size": "a4", "orientation": "portrait"}'
code
Raw HTML Support
Paste complete HTML documents or snippets. Full CSS support with custom stylesheet injection.
markdown
Markdown Conversion
Transform Markdown documentation into styled PDF reports with automatic heading and list rendering.
public
URL to PDF
Feed any public URL and get a pixel-perfect PDF conversion. Ideal for archiving web pages.