---
title: "Accessible documents in 2026: WCAG 2.2, EAA enforcement, and ADA Title II compliance"
canonical_url: "https://www.nutrient.io/blog/wcag2-accessibility-requirements-documents/"
md_url: "https://www.nutrient.io/blog/wcag2-accessibility-requirements-documents.md"
last_updated: "2026-09-02T03:05:21.668Z"
description: "WCAG 2.2, EAA, and ADA Title II explained: which standards apply to documents, which deadlines are active, and how to build a compliant accessible document workflow with Nutrient."
---

Since 28 June 2025, the European Accessibility Act (EAA) has been in full enforcement. Any digital service offered to European consumers — websites, mobile apps, e-readers, ticketing kiosks, and even self-service checkouts — must prove WCAG 2.1 AA conformance or face six-figure fines, product withdrawal, or both.

North America is hardly quieter. More than [4,000 ADA lawsuits](https://3280432.fs1.hubspotusercontent-na1.net/hubfs/3280432/UsableNet-2024-Year-End-ADA-Web-Lawsuit-Report.pdf) targeting digital experiences landed in 2024, driven largely by New York and California courts. Public schools must have met WCAG 2.1 AA by [24 April 2026](https://www.nutrient.io/sdk/solutions/pdf-ua-readiness-2026/). Accessibility is now table stakes.

Procurement requirements have adapted to reflect this new reality. The very first line in many RFPs now reads plainly: “Attach your VPAT.” Without a valid VPAT, vendors are excluded from the initial pool and won’t be considered for the shortlist of qualified suppliers.

The compliance wave is global, but the opportunity is bigger:

- 7 in 10 shoppers with a disability [abandon a site when they hit an accessibility roadblock](https://business.scope.org.uk/accessibility-and-disability-facts-and-figures/).

- 94.8 percent of the top million home pages still [fail automated WCAG checks](https://webaim.org/projects/million/) — meaning any team that fixes the basics immediately outruns the pack.

- Companies that excel at disability inclusion are [four times more likely to outperform peers](https://www.weforum.org/stories/2019/04/what-companies-gain-including-persons-disabilities-inclusion/#:~:text=In%20fact%2C%20the%20research%20shows,those%20of%20their%20peer%20group.) on total shareholder return.

Accessibility is no longer a cost center; it’s revenue protection, market expansion, and brand resilience wrapped into one.

## The standards that decide your next deal

| Standard                                 | Scope                                               | Highlights                                                                                                                                                                                        |
| ---------------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **WCAG 2.2**                             | Web content and any document rendered in a browser  | Adds nine new success criteria, including focus not obscured (2.4.11 AA), drag movements (2.5.7 AA), target size (2.5.8 AA), redundant entry (3.3.7 A), and accessible authentication (3.3.8 AA). |
| **WCAG2ICT**                             | Maps WCAG 2.x to non-web documentation and software | Clarifies how PDF, Word, and native apps can claim WCAG conformance.                                                                                                                              |
| **[PDF/UA (ISO 14289)](https://www.nutrient.io/blog/what-is-pdf-ua.md)** | Tagged PDFs, forms, annotations                     | Ensures reliable reading order, alt text, Unicode text, and programmatic form labels. Critical for statements, contracts, and eBooks.                                                             |
| **WAI-ARIA 1.2**                         | Semantic glue for custom user interfaces (UIs)      | Roles, states, and live-region patterns that keep rich toolbars, popovers, and drag-and-drop functionality usable with keyboards and screen readers.                                              |
| **VPAT 2.5**                             | Procurement shorthand                               | Maps your product to WCAG, Section 508, EN 301 549. Clearly documents compliance and gaps for full transparency.                                                                                  |

## What changed between WCAG 2.1 and 2.2?

- Focus indicators must now be visible and not obscured by sticky headers or chat widgets (2.4.11 / 2.4.12).

- Touch targets need a minimum 24×24 CSS pixels, unless spacing compensates (2.5.8).

- Dragging movements (e.g. reordering pages) must have a single-pointer fallback — good news for users with tremor-related motor limits (2.5.7).

- Redundant entry bans making users retype data already provided in the same process (3.3.7).

- Accessible authentication requires login flows that don’t rely solely on “puzzle-CAPTCHA” or remembering character sequences (3.3.8/9).

If your document viewer or editor incorporates features such as drag-to-resize, infinite scrolling, or off-canvas sidebars, achieving WCAG 2.2 compliance involves more than simple CSS adjustments; it requires careful consideration of event handling, component libraries, and authentication architecture.

## Why accessibility equals growth

Accessibility’s business case usually starts with lawsuits, but more persuasive numbers are on the growth side:

- $24.8 billion in UK online spending alone is [controlled by customers with access needs](https://business.scope.org.uk/accessibility-and-disability-facts-and-figures/).

- The so-called Purple Pound — the global disposable income of households with accessibility needs — [exceeds $13 trillion](https://assets.kpmg.com/content/dam/kpmgsites/uk/pdf/2018/05/leading-from-the-front-disability-and-the-role-of-the-board.pdf).

- Removing the six most common WCAG failures (low contrast, missing alt text, empty links, missing form labels, empty buttons, missing language) would [eliminate 96 percent of detected errors on the web today](https://webaim.org/projects/million/). Fixing a very small subset of issues captures a very large slice of the market.

Accessible design is closely linked to improved user experience (UX) for all users. Features such as larger interactive areas, enhanced focus indicators, and streamlined authentication processes benefit everyone. This “curb-cut” effect transforms accessibility compliance from a cost into a valuable usability advantage.

## Where document workflows break and how to keep them whole

| Pitfall                    | Why it happens                                             | Guardrail                                                                                                                   |
| -------------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Legacy PDFs                | Millions of untagged statements and reports                | Batch auto-tag headings, lists, and tables. Reserve human review for complex charts and alt text.                           |
| Custom widgets             | Drag handles and floating toolbars hijack focus            | Adopt component libs that expose ARIA roles and state by default, or choose a headless SDK that ships with tested patterns. |
| Overreliance on automation | Scanners only catch ~30 percent of failures                | Pair Lighthouse/aXe/WAVE with manual NVDA and VoiceOver runs. Test keyboard-only paths for every milestone.                 |
| Process drift              | Redesign overrides color contrast and focus order          | Add accessibility linting to PRs, require post-merge scans in CI, and block deployment on regressions.                      |
| No evidence                | Sales loses deals for lack of VPAT or a screen reader demo | Keep a signed VPAT 2.5 and short demo video handy; refresh every six months.                                                |

## How Nutrient collapses months of work into minutes

[Nutrient Web SDK](https://www.nutrient.io/sdk/web/) was rebuilt around [accessibility](https://www.nutrient.io/sdk/solutions/accessibility/), not retrofitted with accessibility as an afterthought. Some examples of this include:

- **WCAG 2.2 AA baked in**\
  Logical focus order, color-contrast tokens, prefers reduced-motion fallbacks, keyboard parity for every toolbar action.

- **Self-assessed VPAT 2.5**\
  Audited with Level Access; procurement team questions answered on day one.

- **Zero-config install**\
  Drop `<nutrient-viewer>` into your page; WCAG coverage is on by default.

- **Rich feature depth**\
  Screen reader-aware annotations, document-defined widget and annotation tab order that matches Adobe, plus localization hooks for 30+ languages.

No hidden aria-attributes to debug. No brittle CSS overrides. Your team focuses on business logic, not on chasing skipped-heading alerts.

## Future-proofing your accessibility program

Here’s what the industry foresees for accessibility tools moving forward:

- **WCAG 3.0 (“Project Silver”)**\
  A [draft](https://www.w3.org/TR/wcag-3.0/) suggests outcome-based scoring, wider disability coverage, and color-contrast rethink. Smart teams track drafts now to avoid surprise rewrites.

- **PDF/UA-2**\
  In development to align with PDF 2.0; expect stricter form and annotation semantics.

- **AI assist**\
  Computer vision for first-pass alt text, language-models that summarize complex tables for screen reader users. Human oversight remains vital, but productivity gains are real.

- **Personalization (WAI-Adapt)**\
  Metadata that lets users replace complex wording or symbols with familiar synonyms, or swap icons for text. Accessibility will move from “one size fits all” to “my size fits me.”

- **Edge devices**\
  Smart glasses and voice agents will read documents out loud. Semantics you embed today become the UX foundation tomorrow.

Nutrient’s roadmap already tracks these futures so you can expect fluid-layout reflow, WCAG 3.0-ready color tokens, and AI alt-text hooks in 2026.

## FAQ

#### What is WCAG 2.2 and how does it differ from WCAG 2.1?

WCAG 2.2 is the current version of the Web Content Accessibility Guidelines, published in October 2023. It adds nine new success criteria to WCAG 2.1, including requirements for visible focus indicators (2.4.11), minimum touch target sizes (2.5.8), single-pointer alternatives to drag movements (2.5.7), and accessible authentication flows that don’t rely on CAPTCHAs (3.3.8). WCAG 2.1 Level AA remains the compliance baseline cited by most regulations, including the EAA and ADA Title II. Meeting WCAG 2.2 AA satisfies WCAG 2.1 AA requirements.

#### What is the April 2026 ADA Title II accessibility deadline?

Under the ADA Title II final rule, US state and local government entities serving populations of 50,000 or more must have brought their websites and mobile applications into conformance with WCAG 2.1 Level AA by 24 April 2026. Smaller entities serving populations under 50,000 have until 26 April 2027. The rule covers web content and mobile apps; certain content types such as archived documents and third-party content are excluded.

#### When did the European Accessibility Act come into force?

The European Accessibility Act (EAA) became fully enforceable on 28 June 2025. It applies to businesses with 10 or more employees or more than €2 million in annual turnover that offer digital products or services to consumers in the European Union. Covered products include websites, mobile apps, e-readers, e-commerce platforms, ticketing kiosks, and banking services. Non-compliance can result in six-figure fines or product withdrawal orders.

#### What is a VPAT and when do I need one?

A Voluntary Product Accessibility Template (VPAT) is a standardized document that describes how a product conforms to accessibility standards such as WCAG, Section 508, and EN 301 549. Procurement teams use VPATs to evaluate vendor accessibility before purchase. There are four editions: VPAT WCAG, VPAT 508, VPAT EU, and VPAT INT. Most enterprise and government RFPs now require a current VPAT before vendors are shortlisted. Nutrient Web SDK includes a VPAT 2.5 independently validated by Level Access.

#### Does WCAG 2.2 compliance cover PDF documents?

WCAG applies primarily to web content and browser-rendered documents. For PDF files, PDF/UA (ISO 14289) defines the technical accessibility requirements: proper tag structure, reading order, alternative text, language metadata, and form field labeling. WCAG2ICT clarifies how WCAG criteria map to non-web documents. In practice, most compliance programs for PDFs target PDF/UA conformance alongside WCAG 2.1 AA as the delivery-layer requirement.

#### What are the business risks of non-compliance with accessibility laws?

In the US, more than 4,000 ADA lawsuits targeting digital experiences were filed in 2024, with more than 1,400 targeting organizations that had already been sued before. Under the EAA, EU member states can impose fines and order product withdrawals. Organizations without a current VPAT are routinely excluded from government and enterprise procurement shortlists. Proactive remediation is generally cheaper than reactive settlement.

## The takeaway

Accessibility has crossed the line from “nice-to-have” to a system requirement. Regulatory enforcement — the EAA active since June 2025, ADA Title II digital deadlines arriving in April 2026 — makes non-compliance visible and costly, but the larger prize is the untapped audience and brand lift that inclusive design unlocks.

You can sprint through a last-minute remediation, or you can adopt tooling, processes, and a culture that make every new document born accessible. Nutrient exists for the latter: [WCAG 2.2 baked into the SDK core](https://www.nutrient.io/sdk/solutions/accessibility/), evidence on paper for procurement, and a headless model that keeps your brand intact.

The deadline won’t move, but your roadmap can. Let’s give every user the document experience they deserve and turn compliance into competitive advantage.

Download the [PDF accessibility checklist](https://www.nutrient.io/resources/accessibility-checklist/) to audit your current document pipeline before the deadline.

Questions? [Contact us](https://www.nutrient.io/contact-sales/) — let’s make sure your documents meet everyone where they are.
---

## Related pages

- [The business case for accessibility: Five ways it drives enterprise value](/blog/5-ways-accessibility-drives-enterprise-value.md)
- [Accessibility Untangled Why It Matters Guide](/blog/accessibility-untangled-why-it-matters-guide.md)
- [Advanced Techniques For React Native Ui Components](/blog/advanced-techniques-for-react-native-ui-components.md)
- [`vector_store` holds your indexed documents (see the multimodal RAG post](/blog/agentic-rag.md)
- [How to build an AI agent for contract redlining against a compliance playbook](/blog/ai-contract-redlining-compliance-playbook.md)
- [Ai Document Automation Extraction To Action](/blog/ai-document-automation-extraction-to-action.md)
- [Ai Legal Assistant Document Authoring](/blog/ai-legal-assistant-document-authoring.md)
- [Amazon Textract Alternatives](/blog/amazon-textract-alternatives.md)
- [Start (clears any prior buffer), navigate the document, then stop into a file.](/blog/android-faster-pdf-rendering.md)
- [Android Pdf Out Of Memory Handling](/blog/android-pdf-out-of-memory-handling.md)
- [Angular File Viewer Pdf Image Office Files](/blog/angular-file-viewer-pdf-image-office-files.md)
- [Approval Workflow Software](/blog/approval-workflow-software.md)
- [Approvals Matrix](/blog/approvals-matrix.md)
- [Auto Tagging And Document Accessibility In Dotnet Sdk](/blog/auto-tagging-and-document-accessibility-in-dotnet-sdk.md)
- [Simple PII redaction.](/blog/automated-pii-removal.md)
- [Best Ai Document Workflow Platforms](/blog/best-ai-document-workflow-platforms.md)
- [Best Document Ai Platforms](/blog/best-document-ai-platforms.md)
- [Best Document Classification Platforms](/blog/best-document-classification-platforms.md)
- [Best document parser for RAG: LlamaParse vs. Unstructured vs. Reducto vs. Nutrient](/blog/best-document-parser-llamaparse-unstructured-reducto.md)
- [Best Document Parsing Apis](/blog/best-document-parsing-apis.md)
- [Best Document Viewers](/blog/best-document-viewers.md)
- [Best Multilingual Ocr Software](/blog/best-multilingual-ocr-software.md)
- [Best Secure Document Collaboration Platforms](/blog/best-secure-document-collaboration-platforms.md)
- [Bpm Guide](/blog/bpm-guide.md)
- [Bpm Tools](/blog/bpm-tools.md)
- [Build Vs Buy Document Extraction](/blog/build-vs-buy-document-extraction.md)
- [Business Automation](/blog/business-automation.md)
- [Capex Vs Opex](/blog/capex-vs-opex.md)
- [The CEO’s AI playbook: Why decision architecture beats model selection](/blog/ceo-ai-playbook-decision-architecture.md)
- [1. Extract and chunk the PDF.](/blog/chat-with-pdf.md)
- [Complete Guide To Pdfjs](/blog/complete-guide-to-pdfjs.md)
- [Construction Document Data Extraction](/blog/construction-document-data-extraction.md)
- [Convert One Drive Files To Pdf In Sharepoint](/blog/convert-one-drive-files-to-pdf-in-sharepoint.md)
- [Create And Edit Pdfs In Flutter](/blog/create-and-edit-pdfs-in-flutter.md)
- [Create Pdfs With React](/blog/create-pdfs-with-react.md)
- [Creating A Document Scanner With Ocr In Python](/blog/creating-a-document-scanner-with-ocr-in-python.md)
- [Creating And Filling Pdf Forms Programmatically In Javascript](/blog/creating-and-filling-pdf-forms-programmatically-in-javascript.md)
- [The CTO’s AI playbook: Why accountability architecture beats orchestration](/blog/cto-ai-playbook-accountability-architecture.md)
- [Digital Signatures](/blog/digital-signatures.md)
- [Digital Workflow Automation](/blog/digital-workflow-automation.md)
- [Document Ai Vs Ocr](/blog/document-ai-vs-ocr.md)
- [Document Extraction Confidence Scores](/blog/document-extraction-confidence-scores.md)
- [Document Viewer](/blog/document-viewer.md)
- [Document Watermarking](/blog/document-watermarking.md)
- [Emerging threats: Your logging system may be an agentic threat vector](/blog/emerging-threats-your-logging-system.md)
- [Extend Alternatives](/blog/extend-alternatives.md)
- [Extract Patient Data On Premises](/blog/extract-patient-data-on-premises.md)
- [app.py](/blog/extract-text-from-pdf-using-python.md)
- [Fillable Pdf](/blog/fillable-pdf.md)
- [How To Add Digital Signature To Pdf Using React](/blog/how-to-add-digital-signature-to-pdf-using-react.md)
- [How To Build A Dotnet Maui Pdf Viewer](/blog/how-to-build-a-dotnet-maui-pdf-viewer.md)
- [How To Build A Flutter Pdf Viewer](/blog/how-to-build-a-flutter-pdf-viewer.md)
- [or](/blog/how-to-build-a-javascript-pdf-viewer-with-pdfjs.md)
- [How To Build A Javascript Pdf Viewer](/blog/how-to-build-a-javascript-pdf-viewer.md)
- [or](/blog/how-to-build-a-nextjs-pdf-viewer.md)
- [How To Build A Powerpoint Viewer Using Javascript](/blog/how-to-build-a-powerpoint-viewer-using-javascript.md)
- [Using Yarn](/blog/how-to-build-a-react-excel-viewer.md)
- [How To Build A React Native Pdf Viewer](/blog/how-to-build-a-react-native-pdf-viewer.md)
- [How To Build A React Powerpoint Viewer](/blog/how-to-build-a-react-powerpoint-viewer.md)
- [How To Build A Reactjs File Viewer](/blog/how-to-build-a-reactjs-file-viewer.md)
- [or](/blog/how-to-build-a-reactjs-pdf-viewer-with-react-pdf.md)
- [or](/blog/how-to-build-a-reactjs-pdf-viewer.md)
- [How To Build A Reactjs Viewer With Pdfjs](/blog/how-to-build-a-reactjs-viewer-with-pdfjs.md)
- [How To Build A Vuejs Pdf Viewer With Pdfjs](/blog/how-to-build-a-vuejs-pdf-viewer-with-pdfjs.md)
- [How To Build A Vuejs Pdf Viewer](/blog/how-to-build-a-vuejs-pdf-viewer.md)
- [How To Build An Android Pdf Viewer](/blog/how-to-build-an-android-pdf-viewer.md)
- [How To Build An Angular Pdf Viewer With Ng2 Pdf Viewer](/blog/how-to-build-an-angular-pdf-viewer-with-ng2-pdf-viewer.md)
- [How To Build An Angular Pdf Viewer With Pdfjs](/blog/how-to-build-an-angular-pdf-viewer-with-pdfjs.md)
- [How To Convert Docx To Pdf Using Javascript](/blog/how-to-convert-docx-to-pdf-using-javascript.md)
- [How To Convert Docx To Pdf Using Python](/blog/how-to-convert-docx-to-pdf-using-python.md)
- [How To Convert Html To Pdf Using Html2pdf](/blog/how-to-convert-html-to-pdf-using-html2pdf.md)
- [or](/blog/how-to-convert-html-to-pdf-using-react.md)
- [How To Convert Html To Pdf Using Wkhtmltopdf And Csharp](/blog/how-to-convert-html-to-pdf-using-wkhtmltopdf-and-csharp.md)
- [or](/blog/how-to-convert-html-to-pdf-using-wkhtmltopdf-and-python.md)
- [How To Convert Html To Pptx](/blog/how-to-convert-html-to-pptx.md)
- [Quarterly report](/blog/how-to-convert-pdf-to-markdown-using-python.md)
- [How To Convert Word To Pdf In Nodejs](/blog/how-to-convert-word-to-pdf-in-nodejs.md)
- [or](/blog/how-to-create-a-react-js-signature-pad.md)
- [How To Create Pdfs With React To Pdf](/blog/how-to-create-pdfs-with-react-to-pdf.md)
- [How To Edit Pdfs Using Ios Pdf Library](/blog/how-to-edit-pdfs-using-ios-pdf-library.md)
- [How To Embed A Pdf Viewer In Your Website](/blog/how-to-embed-a-pdf-viewer-in-your-website.md)
- [How To Extract Tables From Pdf And Images](/blog/how-to-extract-tables-from-pdf-and-images.md)
- [How To Generate Pdf From Html With Nodejs](/blog/how-to-generate-pdf-from-html-with-nodejs.md)
- [base_url tells WeasyPrint where to resolve relative asset paths](/blog/how-to-generate-pdf-reports-from-html-in-python.md)
- [How To Merge Pdfs Using Javascript](/blog/how-to-merge-pdfs-using-javascript.md)
- [How To Ocr Pdfs In Linux](/blog/how-to-ocr-pdfs-in-linux.md)
- [How To Print Pdf In Csharp](/blog/how-to-print-pdf-in-csharp.md)
- [How To Programmatically Create And Fill Pdf Form In Angular](/blog/how-to-programmatically-create-and-fill-pdf-form-in-angular.md)
- [Open an image.](/blog/how-to-use-tesseract-ocr-in-python.md)
- [From an HTML string.](/blog/html-in-pdf-format.md)
- [Html To Pdf In Javascript](/blog/html-to-pdf-in-javascript.md)
- [Invoice Approval Software](/blog/invoice-approval-software.md)
- [Javascript Document Editor](/blog/javascript-document-editor.md)
- [Javascript Pdf Editors](/blog/javascript-pdf-editors.md)
- [Javascript Pdf Libraries](/blog/javascript-pdf-libraries.md)
- [Langextract Vs Llamaindex Extraction Comparison](/blog/langextract-vs-llamaindex-extraction-comparison.md)
- [Linearized Pdf](/blog/linearized-pdf.md)
- [Uses OpenAI by default — set OPENAI_API_KEY.](/blog/llamaindex-vs-langchain-rag.md)
- [Llamaparse Alternatives](/blog/llamaparse-alternatives.md)
- [Low Code No Code Document Integrations](/blog/low-code-no-code-document-integrations.md)
- [Material Requisition](/blog/material-requisition.md)
- [or](/blog/merge-pdfs.md)
- [Swift Package Manager](/blog/mobile-pdf-sdk.md)
- [`elements` come from your document parser — each has a type and content.](/blog/multimodal-rag.md)
- [Nutrient Flutter 6 Bindings Api](/blog/nutrient-flutter-6-bindings-api.md)
- [Nutrient Flutter Bindings Architecture](/blog/nutrient-flutter-bindings-architecture.md)
- [Nutrient Vs Conga Composer](/blog/nutrient-vs-conga-composer.md)
- [Online Document Viewer](/blog/online-document-viewer.md)
- [Open Pdf In Your Web App](/blog/open-pdf-in-your-web-app.md)
- [PDF accessibility for developers: Meeting WCAG 2.2, Section 508, and PDF/UA with an SDK](/blog/pdf-accessibility.md)
- [Extract data from PDF files: A developer guide to structured data from PDFs and scans](/blog/pdf-data-extraction-developer-guide.md)
- [Pdf Extraction Benchmark Opendataloader Bench](/blog/pdf-extraction-benchmark-opendataloader-bench.md)
- [Pdf Extraction Document Case Studies](/blog/pdf-extraction-document-case-studies.md)
- [Pdf Page Labels](/blog/pdf-page-labels.md)
- [Pdf Sdk Compliance Security Checklist](/blog/pdf-sdk-compliance-security-checklist.md)
- [Pdf Sdk Performance Benchmark](/blog/pdf-sdk-performance-benchmark.md)
- [Pdf Ua Compliance Guide](/blog/pdf-ua-compliance-guide.md)
- [Pdf Ua Validation](/blog/pdf-ua-validation.md)
- [Pdfjs Accessibility Structtree Printing](/blog/pdfjs-accessibility-structtree-printing.md)
- [Pdfjs Advanced Loading Streaming Workers](/blog/pdfjs-advanced-loading-streaming-workers.md)
- [Pdfjs Annotation Editor Layer](/blog/pdfjs-annotation-editor-layer.md)
- [Pdfjs Area Annotations Canvas Capture](/blog/pdfjs-area-annotations-canvas-capture.md)
- [Pdfjs Coordinate Systems Pdf To Screen](/blog/pdfjs-coordinate-systems-pdf-to-screen.md)
- [Pdfjs Document Outline Bookmarks Metadata](/blog/pdfjs-document-outline-bookmarks-metadata.md)
- [Pdfjs Eventbus Guide](/blog/pdfjs-eventbus-guide.md)
- [macOS](/blog/pdfjs-file-format-conversion-to-pdf.md)
- [macOS](/blog/pdfjs-generating-pdf-thumbnails-pdf2pic.md)
- [Pdfjs Limitations Commercial Upgrade](/blog/pdfjs-limitations-commercial-upgrade.md)
- [Pdfjs Native Annotation Layer Forms](/blog/pdfjs-native-annotation-layer-forms.md)
- [Pdfjs Navigation Zoom Rotation](/blog/pdfjs-navigation-zoom-rotation.md)
- [Pdfjs Pdf Page Manipulation Pdf Lib](/blog/pdfjs-pdf-page-manipulation-pdf-lib.md)
- [Pdfjs React Viewer Setup](/blog/pdfjs-react-viewer-setup.md)
- [Pdfjs Rendering Overlays React Portals](/blog/pdfjs-rendering-overlays-react-portals.md)
- [Pdfjs Server Side Text Extraction](/blog/pdfjs-server-side-text-extraction.md)
- [Pdfjs Sticky Note Annotations](/blog/pdfjs-sticky-note-annotations.md)
- [Pdfjs Text Highlight Annotations](/blog/pdfjs-text-highlight-annotations.md)
- [Pdfjs Text Search Pdffindcontroller](/blog/pdfjs-text-search-pdffindcontroller.md)
- [Pdfjs Thumbnail Sidebar](/blog/pdfjs-thumbnail-sidebar.md)
- [People Process Tools](/blog/people-process-tools.md)
- [Process Flows](/blog/process-flows.md)
- [React Native Pdf Annotation](/blog/react-native-pdf-annotation.md)
- [React Pdf Annotation Layer Forms](/blog/react-pdf-annotation-layer-forms.md)
- [React Pdf Custom Rendering Hooks](/blog/react-pdf-custom-rendering-hooks.md)
- [Using Yarn](/blog/react-pdf-editor.md)
- [React Pdf Loading States Errors Passwords](/blog/react-pdf-loading-states-errors-passwords.md)
- [React Pdf Outline Table Of Contents](/blog/react-pdf-outline-table-of-contents.md)
- [React Pdf Performance Optimization](/blog/react-pdf-performance-optimization.md)
- [React Pdf Setup Basic Rendering](/blog/react-pdf-setup-basic-rendering.md)
- [React Pdf Text Layer Custom Renderer](/blog/react-pdf-text-layer-custom-renderer.md)
- [React Pdf Thumbnails Page Navigation](/blog/react-pdf-thumbnails-page-navigation.md)
- [Reducto Alternatives](/blog/reducto-alternatives.md)
- [Requisition System](/blog/requisition-system.md)
- [labels.py](/blog/route-documents-automatically-classify-api.md)
- [or](/blog/sample-blog-updated.md)
- [Sdk Product Updates Q2 2026](/blog/sdk-product-updates-q2-2026.md)
- [System Of Record Vs Source Of Truth](/blog/system-of-record-vs-source-of-truth.md)
- [Add DWS MCP Server to your Claude Code project.](/blog/teaching-llms-to-read-pdfs.md)
- [Open an image file.](/blog/tesseract-python-guide.md)
- [The Six Best Pdf Generator Apis](/blog/the-six-best-pdf-generator-apis.md)
- [Define the HTML part of the document.](/blog/top-10-ways-to-generate-pdfs-in-python.md)
- [Top 5 Javascript Pdf Viewers](/blog/top-5-javascript-pdf-viewers.md)
- [or](/blog/top-js-pdf-libraries.md)
- [Convert an HTML file to PDF.](/blog/top-ten-ways-to-convert-html-to-pdf.md)
- [Vector Pdf](/blog/vector-pdf.md)
- [Web Sdk Is Now Headless](/blog/web-sdk-is-now-headless.md)
- [What Are Annotations](/blog/what-are-annotations.md)
- [What Is A Vpat](/blog/what-is-a-vpat.md)
- [What Is Business Logic](/blog/what-is-business-logic.md)
- [What Is Document Processing](/blog/what-is-document-processing.md)
- [What Is Intelligent Document Processing](/blog/what-is-intelligent-document-processing.md)
- [What Is Ocr Invoice Processing](/blog/what-is-ocr-invoice-processing.md)
- [What Is Pdf Ua](/blog/what-is-pdf-ua.md)
- [Why Pdfium Is A Trusted Platform For Pdf Rendering](/blog/why-pdfium-is-a-trusted-platform-for-pdf-rendering.md)
- [Why Your Ai Agent Hallucinates Pdf Table Data](/blog/why-your-ai-agent-hallucinates-pdf-table-data.md)

