Micro-Functions

PDF Templating

Fill PDF templates with data - supports tables, styled headers, styled text, and images. Coordinate system: x=0 is left edge (increases right), y=0 is bottom edge (increases upward). Letter size: 612×792 points, A4: 595×842 points. For existing templates, use coordinates matching your template's layout.

4 Inputs AUTO Output

Test Function

PDF template file (optional - can create new PDF if not provided)

JSON array of objects with data to insert. Supports text, tables, and images. For text/tables: use 'x' and 'y' coordinates (y=0 at bottom, increases upward). For new PDFs: use 'style' for text (Heading1, Normal, etc.). For templates: use 'x', 'y', 'font', 'font_size', 'color'.

Output filename (default: output.pdf)

Page size for new PDFs (if template not provided)

Results