Hello
Can I use the Aspose.PDF Cloud product to convert a PDF to PDF/A? Can you please provide a sample?
Thanks
Greg
Hello
Can I use the Aspose.PDF Cloud product to convert a PDF to PDF/A? Can you please provide a sample?
Thanks
Greg
Thank you for contacting Aspose Support.
Aspose.PDF Cloud has provided 3 APIs to convert PDF document to PDF/A format:
GET /pdf/{name}/convert/pdfa Converts PDF document (located on storage) to PDF/A format and returns resulting file in response content
PUT /pdf/{name}/convert/pdfa Converts PDF document (located on storage) to PDF/A format and uploads resulting file to storage
PUT /pdf/convert/pdfa Converts PDF document (in request content) to PDF/A format and uploads resulting file to storage
Following Postman example explain how to call this API: