Fixed Size for header, footer and margin for PDF

Hi Team,

I am using the below constants to identify the header and footer of a pdf document. But still when i have 2 columns description in a single pdf page (attaching the input pdf document) some content in the header is getting removed. Can you suggest me the fixed values need to identify for the header, footer and page margin for PDF document? ABCD.pdf (76.2 KB)

private readonly double _headerHeight = 125;
private readonly double _footerHeight = 60;
private static readonly (int marginTop, int marginLeft, int marginBottom, int marginRight) HEADER_FOOTER_MARGINS = new(40, 72, 40, 72);

2 posts were merged into an existing topic: Require Fixed Size for header, footer and page margin for PDF document

A post was merged into an existing topic: Require Fixed Size for header, footer and page margin for PDF document

@Sandhya_Rani

We have responded to you other similar inquiry in the other thread.