Use Nutrient to move Word, Excel, PowerPoint, HTML, scanned images, and existing PDFs into accessible PDF workflows. Combine conversion, OCR, auto-tagging, and review steps in one platform instead of stitching together separate tools.
SUPPORTED FLOWS
Most accessibility programs inherit mixed document sources. Nutrient supports the common conversion paths teams need when PDF/UA becomes a hard requirement instead of a manual afterthought.
ACCESSIBILITY OUTPUT
Generate headings, paragraphs, lists, and semantic structure instead of shipping flat visual output.
Preserve logical flow, identify tabular content, and reduce the hand-fixing needed after conversion.
Carry accessibility work into form-heavy PDFs so output remains usable in regulated workflows.
Support teams working toward PDF/UA, Section 508, ADA programs, and WCAG-aligned delivery requirements.
IMPLEMENTATION
Use DWS Processor API for the server-side build step, Document Engine when you control generation pipelines, and Web SDK when reviewers need to inspect accessible output in the browser.
curl -X POST https://api.nutrient.io/build \ -H "Authorization: Bearer YOUR_API_KEY" \ -F 'document=@sample.docx' \ -F 'instructions={ "parts": [{ "file": "document" }], "output": { "type": "pdfua", "ocr": true, "tagging": { "headings": true, "tables": true, "forms": true, "readingOrder": "auto" } } }' \ --fail \ -o accessible-output.pdfPRODUCT MAPPING
Some teams need batch remediation. Others need HTML-to-PDF generation, browser review, or a broader accessibility program. Nutrient lets you start with one layer and expand without replacing the stack.
NEXT STEP
Use the API page for implementation detail, the checklist for QA handoff, and a demo when you want help mapping PDF/UA conversion to your source systems and document volume.