Convert PDF to PDF/A with cURL using Aspose.PDF REST API

Hello

Can I use the Aspose.PDF Cloud product to convert a PDF to PDF/A? Can you please provide a sample?

Thanks
Greg

@greg-4

Thank you for contacting Aspose Support.

Aspose.PDF Cloud has provided 3 APIs to convert PDF document to PDF/A format:

  1. GET /pdf/{name}/convert/pdfa Converts PDF document (located on storage) to PDF/A format and returns resulting file in response content

  2. PUT /pdf/{name}/convert/pdfa Converts PDF document (located on storage) to PDF/A format and uploads resulting file to storage

  3. 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:

1 Like