Dear Aspose,
I am writing to raise my concern over the PDF saving issue.
I have the following excel file from my clients.
Excel can export the file to PDF successfully (2 pages)
while there is some issue when using Aspose 17.5.2 to save the file to PDF.
The “Aspose to PDF.pdf” has 4 pages in total.
The code I used is
Workbook wb = new Workbook(“Output Excel.xlsx”);
wb.Save(“Aspose To PDF.pdf”);
I have tried
1. deleting column O
2. deleting the left border on column O and re-added right border the column N
But it has no use.
Would you mind helping me to take a look in what is wrong
or did I miss any necessary settings?
Please find the files I have used / generated attached.
many thanks,
Jonathan Lau