English

Convert HTML

HTML Conversion Endpoints

Conversion endpoints refer to certain URLs provided by a Convert API that handles HTML conversions. Each conversion endpoint is related to a concrete conversion type:

POST
html/convert/html-to-pdf
Convert HTML to PDF
POST
html/convert/html-to-doc
Convert HTML to DOCX
POST
html/convert/html-to-xps
Convert HTML to XPS
POST
html/convert/html-to-markdown
Convert HTML to Markdown

HTML to Image Conversion Endpoints

RESTful endpoints for converting HTML files into four supported image formats: JPEG, PNG, GIF and TIFF. These endpoints enable HTML file transformation into images, with customizable options to suit your specific conversion needs."

POST
html/convert/html-to-jpg
Convert HTML to JPG
POST
html/convert/html-to-png
Convert HTML to PNG
POST
html/convert/html-to-tiff
Convert HTML to TIFF
POST
html/convert/html-to-gif
Convert HTML to GIF