PDF-to-PDF/A API for archival, compliance, and long-term document preservation

Use Nutrient DWS to convert PDFs, Office files, and images into PDF/A for archive-ready document workflows. Support long-term preservation requirements, ISO-compliant PDF/A output, and validation-oriented compliance processes without building your own conversion infrastructure.

Convert documents to archive-ready PDF/A

Turn PDFs, Office files, and images into PDF/A when the workflow requires long-term preservation, archive readiness, or document-retention standards instead of a generic PDF conversion step.

Built for compliance-oriented workflows

Use a cloud API for ISO-compliant PDF/A output, conformance-focused processing, and workflows that may also require validation, record retention, and regulated document handling.

Developer-first archival automation

Use REST, SDKs, or Postman to automate PDF/A conversion in archival pipelines, export jobs, public-sector records workflows, and long-term preservation systems.


Try it out

This example will convert your document to PDF/A.


Try it out in three steps

  1. Add a PDF named document.pdf to your project folder.
  2. Run the code from the same folder.
  3. Open result.pdf to see the output.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document"
}
],
"output": {
"type": "pdfa",
"conformance": "pdfa-2a"
}
}'

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →


Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.

Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.