Skip to content

Working with Fonts

PdfBroker.io provides access to a wide range of fonts for PDF generation. Simply specify the desired font in your markup and the system locates and applies it during PDF generation.

Windows System Fonts

PdfBroker.io runs on Microsoft Azure cloud infrastructure, making the 300+ TrueType fonts installed on Windows servers automatically available for document generation. Common fonts like Arial, Times New Roman, Verdana, and Calibri are all accessible.

Google Fonts

Over 1,000 TrueType fonts from Google's collection are available. The system automatically resolves and integrates any font-family specified from Google Fonts without manual configuration.

Browse the complete catalog at fonts.google.com.

Custom Fonts

Upload proprietary TrueType fonts with your API requests. This feature accommodates specialized needs such as barcode fonts or custom organizational typefaces designed for brand consistency.

Custom fonts are attached directly to API requests as Base64-encoded data in the resources object or as a dedicated font parameter depending on the endpoint.

Font Licensing

Important

PdfBroker.io does not license any fonts. You are responsible for verifying that the fonts you use comply with their licensing terms for your intended use case.

Font Demo

See the font service in action with our interactive demo.

Font Service Demo