Converting xls to PDF issue

Hi,

I try to convert an xls to pdf using the following peice of code. It works fine for small files. If i have a huge file (689 pages) and when i convert only 400 pages are converted and the rest is blank. The PDF does nto even open in IE. I can see those few pages when I open in chrome. This is very urgent so I would appreciate if you can help us asap.

Workbook templateWB = new Workbook(filename);

templateWB.save(pdfFilename, FileFormatType.PDF);

Thank you.

Hi,

Please try using the latest version/fix: Aspose.Cells for Java v7.0.3.1 If you still find the issue, kindly give us your template Excel file and output PDF file, you may attach these files here. We will check your issue soon.

Thank you.

That worked. Thank you for the quick respose.