docMaker User guide
  • 👋Welcome to docMaker
  • Features
    • Create pdf from docx template
      • 🏗️Build your docx template
        • Overview
        • Text substitution
        • Images
        • Conditions
        • Loops
          • Simple list
          • List with multiple values
          • Adding rows into a table
          • Loops in columns + lines (grids)
          • Nested loops
        • QR codes
        • Rich text & html
      • ⚙️docx_fill_convert API parameters
    • Fill-out pdf forms
      • 🔧Build your pdf form
      • ⚙️pdf_fill API parameters
    • Print web page to pdf
      • ⚙️page_pdf API parameters
  • INTEGRATIONS
    • Typeform
      • Create pdf or docx for each Typeform response
    • Bubble.io
      • 📝Easy pdf from docx template
      • 📋Fill-out pdf forms
      • 🖥️Webpage to pdf
    • Make.com
    • Coda
    • Xano
    • Zapier
    • API
  • FAQ
    • 🫧Bubble.io questions
    • 📄Questions on docx templates
    • 📙Questions on pdf templates
Powered by GitBook
On this page
  1. FAQ

Questions on docx templates

How to add page breaks where needed in the template ?

In order to force page breaks, use this tag : {@pagebreak}

Place it anywhere in your templtae, including in loops, and it will force the creation of a page break.

No need to change anything in the data you are sending to docMaker. Breaks are handled idrectly from the template.

How to avoid image cropping in tables

When generating a pdf based on a docx template, it may happen that images in tables could be cropped. Solution : you have to double the line spacing in the cell where your image tag (should look like {%image}) is located.

PreviousBubble.io questionsNextQuestions on pdf templates

Last updated 1 year ago

📄