Data in PDF document overlay with header

1
In my document template I have defined a header and a footer. The document body consist of a table with a couple of data views and data grids. When I generate the document to PDF the resulting file contains all wanted elements. Problem is that both the body is not "under' the header but "overlays" the header. How can I solve this?
asked
2 answers
2

On the document itself, you should make sure that the 'Margin top' property is big enough so that the header (with its own margin property) will fit. The relevant documentation can be found at https://world.mendix.com/display/refguide4/Header+%28document+template%29 and https://world.mendix.com/display/refguide4/Document+Template

answered
2

Note the PPI value, default set to 120PPI (Pixels per Inch), the margins are in inches so you can calculate how much margin your header needs if you know the height of the header in inches or pixels.

answered