Hello,
I have a following problems with conversion Excel file to PDF file.
I have long Excel file (about 1000 rows).
When I use GET call:
http://api.aspose.com/v1.1/cells/long_file.xlsx?format=pfd&folder=Temp
output PDF file is empty (not really empty, I can select and copy a text but the text in PDF is invisible).
For shorter excel files it works fine.
I have attached example input and output files.
Word wrapping in PDF file generated from Excel file doesn’t work.
–
Edit:
Word wrapping in PDF doesn’t work only when excel file is generated from template
first step - POST with XML data to:
http://api.aspose.com/v1.1/cells/{outputFile}?templatefile={templateName}&folder={folder}
second step - GET
http://api.aspose.com/v1.1/cells/{outputFile}?format=pdf&folder={folder}
In this case word wrapping in PDF file doesn’t work
–
Paging in PDF file generated from Excel file doesn’t work.
This issue is similar to:
Best Regards,
Lukasz