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);