Converted Pdf is not showing the last row

Environment:

PDF.js version 0.8.1
aspose cells 7.5.3

java version “1.7.0_51”
Java™ SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot™ 64-Bit Server VM (build 24.51-b03, mixed mode)


Problem description:
Excel document.xls is converted by aspose cells into Excel document(1)(1).pdf (with default configuration). PDF.js do not show the latest row (CC).

Question:
How to configure aspose cells pdf generator to get pdf which shows the latest row?

Thank you in advance for your answer.
Regards
Martin

Hi Martin,

Thanks for your posting and using Aspose.Cells.

We were not able to observe any issue in your output pdf. It looks fine and matches with source xlsx file data which you have provided.

I have attached the screenshot for your reference.

If you still find any issue, then please provide us a screenshot highlighting your issue with red circles around the target area, so that we could investigate your issue better.

We also recommend you to download and try the latest version: Aspose.Cells
for Java v8.0.2.2
and see if it could resolve your issue. I have attached the output pdf generated with the latest version for your testing. You can open it in the PDF.js version 0.8.1 and see how it goes. The output pdf was generated with the following code.

Java


String filePath = “F:\Shak-Data-RW\Downloads\Excel+document.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.save(filePath + “.out.pdf”);


Thank you for the prompt answer.


v8.0.2.2 output is rendered correctly with pdf.js.

Attached screenshot (version cells 7.5.3).

Regards
Martin

Hi Martin,

Thanks for your feedback and using Aspose.Cells.

This was an old bug which we have already fixed in the recent versions. So, kindly download and use the latest version: Aspose.Cells
for Java v8.0.2.2
at your end because this bug has been fixed inside it.