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

tune PDF Configuration

Live Preview
zoom_in file_download
description

Click "Generate PDF" to preview

API Integration

v1.0
Request to /api/v1/pdf/convert
curl -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.