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.