Save as PDF cutting out part of merged cell

I have attached an example of an excel file being saved as a pdf file.

The merged cell on the left of example2.xls has text cut off when converting to pdf

because adjoining rows are hidden.

Is this a bug?

public static void main(String[] args) {
try {
Workbook workbook = new Workbook("C:\\Temp\\example2.xls");
PdfSaveOptions pdfSaveOptions = new PdfSaveOptions();
pdfSaveOptions.setOnePagePerSheet(true);
workbook.save("C:\\Temp\\example2.pdf", pdfSaveOptions);
}
catch (Exception e){
e.printStackTrace();
}

}

Hi,

Thanks for your posting and using Aspose.Cells for Java.

We were able to replicate this issue using the latest version. We have logged this issue in our database. We will look into this issue and fix it. Once the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSJAVA-40472.

Below is a screenshot for a reference.

Hi,


Please try the attached fix/version: Aspose.Cells for Java v7.4.3.1.

We have fixed your issue now.

Let us know your feedback.

Thank you.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.