Document Generation

Everything you need to know about generating PDFs from your database.


Templates


Features


Troubleshooting

My PDF is blank or missing data

This usually happens when variables don't match your field names. Check that:

  • Your variables exactly match your database field names (case-sensitive)
  • The record you're generating from has data in those fields
  • You've mapped all the fields correctly in TypeFlow
Line items are not showing

Make sure you have:

  • A linked records field connecting to your line items table
  • The correct table selected for line items in TypeFlow
  • Proper syntax: {{#line_items}}...{{/line_items}}
Images are not appearing in my PDF

For images to work:

  • Use the {{image:Field Name}} syntax
  • Make sure the image URL is publicly accessible
  • Check that the field contains a valid image URL
PDF formatting looks different than my template

Keep in mind:

  • Use standard fonts (Google Fonts work best)
  • Avoid complex tables or nested formatting
  • Set explicit page margins in your Google Doc
  • Use the preview feature to test before generating

Need More Help?

Was this page helpful?