When pdf is generated from an excel file- one page is compressed super tiny to where it is unreadable

I am using Aspose.Cells. 4.8.0. When I use Aspose.Cells to convert an excel workbook to pdf, one page is condensed to where you can’t read the text (see Page 5 in the pdf). I am using an evaluation version of Aspose.Cells.

Here is the code I am using to perform the export.

Report report = getSelectedReport();
String pdfFileName = Server.MapPath(Constants.FILE_GENERATED_DIRECTORY) + report.WorkbookName + “.pdf”;

Aspose.Cells.Workbook workbook = new Aspose.Cells.Workbook();
workbook.Open(Server.MapPath(Constants.FILE_UPLOAD_DIRECTORY) + report.WorkbookName);
workbook.Save(pdfFileName, Aspose.Cells.FileFormatType.Pdf);

See my saved spreadsheet and resulting pdf attached.

Hi,

Thank you for considering Aspose.

We have found your mentioned issue after an initial test. We will look into it and get back to you soon.

Thank You & Best Regards,

Hi,

Thank you for considering Aspose.

Please try the attached latest version of Aspose.Cells. We have fixed your mentioned issue.

Thank You & Best Regards,

The issues you have found earlier (filed as 11121) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.