Data Cutoff while generating PDF from Excel and truncated content added in a new page at bottom

Hi,

We are facing data cutoff issue while generating PDF from Excel ,part of line get truncated and added as a new page in PDF.We are using aspose-cells-7.3.0.jar.I have attached the screenshot of excel we used and and generated pdf.Is there a way to solve this issue.

Thanks a lot.

Hi,

Thanks for your posting and using Aspose.Cells for Java

Please provide us your source xlsx file which you are converting to PDF.

It seems snapshot.xlsx file is not your xlsx file but a description of the bug. Could you please confirm?

Hi ,

My first post I missed the source excel.I have attached the source excel used to generate the PDF.I am also tried aspose.cells.v7.3.0.3.jar still I am facing the same problem.could you please help me to solve this issue.

Thanks & Regards,

Saran Raj.

Hi Saran Raj,


Please download and try the latest fix: Aspose.Cells for Java (Latest Version)

I have checked your issue using it with your template file, output PDF file is just fine.

I have attached the output PDF file here for your reference. If you still find any flaw in it, kindly do highlight (with red color) the problematic areas, we will check it soon.

Sample code:
Workbook workbook1 = new Workbook(“sssss.xls”);
workbook1.save(“sssss.pdf”, SaveFormat.PDF);

Thank you.