Hello,
Our team uses the cells API to convert .xlsx documents into PDFs via the PutConvertWorkBook method. We received an xlsx file from a client that converted to an 1824 page pdf, even though it really should have been 2-4 pages. I tried to search the forums to see if this has happened to anyone else, but couldn’t find anything.
If I first save the .xlsx in, for instance, LibreOffice, and then try to process it, it converts correctly to 2 pages.
Is anyone familiar with this issue? These are the options we are using:
String xml = “” +
“pdf” +
“SampleWordDocumentOutput.pdf” +
“Jpeg” +
“100” +
“Flate” +
“” +
“true” +
“300” +
“0” +
“” +
“”;
Thank you!