Convert to PDF/A

Convert to PDF/A

Convert to PDF/A is a REST API tool that converts a standard PDF file to one of several target PDF/A formats to meet regulatory compliance requirements and ensure long-term preservation of the document.

A bubbling flask with code brackets inside
Try Now with API Lab

Start right from your browser - upload files, choose parameters, generate code, and send API Calls directly from API Lab!  

to receive your free API Key.
Parameters
POST
/pdfa
curl -X POST "https://api.pdfrest.com/pdfa" \ 
  -H "Accept: application/json" \ 
  -H "Content-Type: multipart/form-data" \
  -H "Api-Key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
Response

Once you've sent your POST request and received a valid response, you can download your output file using the output URL.

Get the best with pdfRest

Top PDF/A Conformance
Extensive research and comparative testing have demonstrated that pdfRest’s technology generates PDF/A documents with the highest success rate among leading PDF technology solutions.

pdfRest’s conversion technology produced perfect conformance to the ISO 19005-2 specifications over 95% of the time, compared to an average of 84% for leading competitors.
Robust Version/Level Support

pdfRest’s Convert to PDF/A supports a wide range of PDF/A conformance versions and levels, including:

  • PDF/A-1b
  • PDF/A-2b
  • PDF/A-2u
  • PDF/A-3b
  • PDF/A-3u
Convert Problem Files

Occasionally a PDF will contain a mix of conditions that make it incompatible with conversion to PDF/A. Most tools will return an error in this situation, but pdfRest offers a fallback plan you can turn on that will rasterize any problematic pages in the document to ensure the file converts successfully and conforms to PDF/A standards.

Start from Code Examples

  1. First, you'll need an API Key - to:
    • Stay anonymous with a Guest API Key for 50 free API Calls
    • Sign up for an upgraded API Key with unlimited, continuous service
  2. Choose your programming language
  3. Copy and paste the code to your project
  4. Update Api-Key field with your unique API Key
  5. Update file with the local path to your input
  6. Run this code to send an API Call
See more code examples in our
GitHub repository
Try pdfRest with just a few clicks
Download our Postman Postman Collection
curl -X POST "https://api.pdfrest.com/pdfa" \
  -H "Accept: application/json" \
  -H "Content-Type: multipart/form-data" \
  -H "Api-Key: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
  -F "file=@../Sample_Input/ducky.pdf" \
  -F "output=example_out" \
  -F "output_type=PDF/A-1b" \
  -F "rasterize_if_errors_encountered=off"

Customize Your Solution

Output Type

The output_type parameter lets you choose from several conformance levels and versions of PDF/A:
  • PDF/A-1b
  • PDF/A-2b
  • PDF/A-2u
  • PDF/A-3b
  • PDF/A-3u
Generate a self-service API Key now!

Create your FREE API Key to start processing PDFs in seconds, only possible with pdfRest.

Compare Plans