w3nuts
1
Hello,
We are dealing with docx document. uploading document, calculation of word and page are working for docx in CURL
but for PDF We tried to utilize example from Aspose.Pdf Cloud - API References. but those are not working.
Is there any other link we need to refer.
@w3nuts
Thanks for your inquiry. Please note you can use Split method of Aspose.Words Cloud API for splitting PDF document to Image.
curl -X PUT "https://api.aspose.cloud/v4.0/words/Test.pdf/split?format=png&zipOutput=true" -H "accept: application/json" -H "authorization: Bearer [JWT_Access_Token]"