HTML Templates for PDF Conversion

Welcome to PDFGate’s HTML Templates collection. These templates are designed and tested for use with our HTML-to-PDF API.

How to Use

Each template is written in clean, standards-based HTML and CSS. You can customize them as needed and convert them to PDF using PDFGate’s API:

curl --header "Content-Type: application/json" \
--header "Authorization: Bearer YOUR_API_KEY" \
--request POST \
--data '{"pageSizeType":"a4", "html":"ADD_THE_HTML_SOURCE_CODE_FROM_TEMPLATE"}' \
https://api.pdfgate.com/v1/generate/pdf
      

Learn More

For more details about PDF conversion, visit the PDFGate Blog or check our API Documentation.