Hi,
I am using Aspose Cells 8.4.2 for converting my Excel file to PDF format. Please find the provided Excel file (country-wise-sales.xlsx) and the generated PDF document (example-output.pdf) in the attachment.
I found below issues in the generated PDF document.
- Last few characters of the column headers have been trimmed and hence cannot be read fully.
- Total value is missing.
So, how can I increase column size and show grand total in the generated PDF document?
–
API version: Aspose Cells 8.4.2
Language: Java
Example code: workbook.save(OutputStream os, SaveFormat.PDF)