label_100_150 and label_4_6_in size presets. Vector GS1-128, ITF-14, SSCC at 0.1 mm precision — carriers and 3PLs print at peak without rasterised barcodes.
Design PDF templates visually in the free WYSIWYG editor at https://studio.gpdf.com, then generate the same DocumentRequest JSON through the API. No separate design format, no handoff drift.
// Studio and API share the same JSON
https://studio.gpdf.com
POST /api/v1/pdf/render
Define pages, coordinates, elements, styles, headers, footers, backgrounds, watermarks, and stamps directly in JSON. Coordinates in millimetres, not approximations.
Create PDF/A profiles and PDF/A-3b e-invoice packages with embedded CII XML for Factur-X / ZUGFeRD workflows. One field enables the PDF/A-3b packaging path.
// top-level on DocumentRequest
"settings": {
"profile": "pdfa-3b"
}