I am using Aspose.Pdf in a .NET application. I am currently migrating code that was using Aspose.Pdf.Generator to use the DOM approach. I am using the most recent version of Aspose.Pdf (18.1.0) in Visual Studio 2017 Community Addition on Windows 10.
I have an XML file which I am converting to a PDF. The PDF file has a variable sized header and footer. The footer renders fine, however, the header overflows to the body of the PDF.
I have attached samples of both my XML input, as well as my PDF output in a ZIP file.
Input_Output.zip (2.6 KB)