Converting excel to PDF with Aspose.Cells Cloud SDK for .NET C#- breaking sheet rows

There is no OnePagePerSheet in CellsSaveAsPostDocumentSaveAs

Also where is the documentation for 18.4.0?

@kikkoman

Unfortunately, PdfSaveOptions which includes OnePagePerSheet is missing in .NET SDK though our backend is supporting these options. We have logged this issue in our internal tracking software (CELLSCLOUD-10157) and we are working to fix it at the earliest.

1 Like

Thanks,

1.Can you estimate when will the fix released?
2,As I understand I can still use plain HTTP with the sample you show me in order to send PdfSaveOptions?!

@kikkoman

2,As I understand I can still use plain HTTP with the sample you show me in order to send PdfSaveOptions?!

Yes, as I did above with cURL. Postman is another easy tool to call REST APIs.

1.Can you estimate when will the fix released?

We will share with you an estimate after completing the initial investigation.

Thanks , it is working , I just change 2 lines in the SDK source code :smile:

1 Like