Dear Team, I have to added header and footer to pdf document. I have dymanic content to header and footer. sample codes are:
HeaderFooter footer = new HeaderFooter();
footer.setMargin(new MarginInfo(10, 20, 20, 20)); …...and footer to PDF file with dynamic length using Aspose.PDF for...