English

Convert SVG

SVG Conversion Endpoints

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

POST
html/convert/svg-to-pdf
Convert SVG to PDF
POST
html/convert/svg-to-doc
Convert SVG to DOCX
POST
html/convert/svg-to-xps
Convert SVG to XPS

SVG to Image Conversion Endpoints

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

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