After conversion to xlsx, the information layout is incrrect when crossing pages and having footer in pdf file

image.png (49.0 KB)

            string excelFileName = Path.Combine(Path.GetTempPath(), Path.GetFileNameWithoutExtension(fullFileName) + ".xlsx");
            Aspose.Pdf.ExcelSaveOptions excelsaveOptions = new ExcelSaveOptions { MinimizeTheNumberOfWorksheets = true, InsertBlankColumnAtFirst = false };
            // Save document in excel format
            pdfDocument.Save(excelFileName , excelsaveOptions);

GZHL2404016510LW-TRF.pdf (81.5 KB)

Is there a way to stop the pdf header/footer from conversion to excel or moving it to the worksheet header/footer?

@softboy

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-57412

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.