in excel to PDF conversion last row of Excel is clipped off. Our client has used custom formatting in excel, while the conversion to PDF seems to work well, the only defect is that the last row is missing the resulting pdf.
aspose_submit.zip (11.4 KB)
Attaching the excel file to this ticket.
Note: We are using licensed verison of Aspose libraries
Code Snippet
Workbook workbook = new Workbook(source);
workbook.save(out, SaveFormat.PDF);