Specified pagebreaks do not carry over to PDF

The horizontal and vertical page breaks specified in the attached excel document are not respected when converting to pdf.

Workbook workbook = new Workbook();
workbook.Open(tbInFilePath.Text);
workbook.Save(pdfPath, FileFormatType.Pdf);

I am expecting the PDF to match what I see in print preview in Excel. Am I doing something wrong, or is this a bug?

Hi,

Thanks for providing us the template Xlsm file.

We found the issue after the initial test using your file, we will figure it out soon.

Your issue has been logged into our issue tracking system with an issue id: CELLSNET-16634. Once the issue is resolved we will let you know.

Thank you.

Hi,

Please try the attached version, we have fixed your mentioned issue.

Thank you.

The problem has been fixed - thanks for the update.

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


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

While trying to keep the API as straightforward and clear as possible, we have decided to recognize and honor the common development practices of the platform; we have re-arranged API Structure/ Namespaces.

With this release, we have reorganized the API classes for Aspose.Cells component. This change has some major aspects that we follow. We have added new namespaces. The entire API (classes, interfaces, enumerations, structures etc.) were previously located in the Aspose.Cells namespace. Now, certain sets of API have been moved to their relative namespaces, which make the relationship of classes (with their members) and namespaces clear and simplified. It is to be noted here, we have not renamed existing API (classes, enumerations etc.) but, I am afraid you still need to make certain adjustments in your existing projects accordingly.

For complete reference, please see the product's API Reference.