Document Elements
Document Elements are static building blocks used to create the structure and layout of your PDF documents.
Unlike dynamic components such as Text Boxes or Dynamic Images, document elements do not automatically load external data. Instead, they define the visual composition and organization of the document itself.
Document Elements can be combined with dynamic components to build invoices, reports, labels, contracts, forms, and other PDF layouts.
Available Elements
Image
Insert static images into your document, such as:
- company logos
- signatures
- icons
- decorative graphics
→ Image
Table
Create structured tabular layouts for:
- invoices
- product lists
- reports
- repeated data sections
Tables are commonly used together with Block Repetition.
→ Table
Page Break
Force content onto a new page.
Useful for:
- separating sections
- printing chapters
- controlling pagination
Horizontal Line
Insert visual separators between document sections.
Useful for improving readability and document structure.