From 610db0ee0d35c3e9ba0ce6efea3c828cbeead27c Mon Sep 17 00:00:00 2001 From: Andrei Augustin Date: Fri, 15 Dec 2023 17:52:45 +0200 Subject: [PATCH] Added PDF/UA subset to accessibility docs --- docs/accessibility.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/accessibility.md b/docs/accessibility.md index 098faec92..79de1e413 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -14,6 +14,8 @@ Universal Accessibility) document (which is an extension of Tagged PDF): * Pass the option `pdfVersion: '1.5'` (or a higher version) when creating your `PDFDocument` (depending on the features you use, you may only need 1.4; refer to the PDF reference for details). + * Pass the option `subset: 'PDF/UA'` when creating your `PDFDocument` (if you wish the PDF to + be identified as PDF/UA-1). * Pass the option `tagged: true` when creating your `PDFDocument` (technically, this sets the `Marked` property in the `Markings` dictionary to `true` in the PDF). * Provide a `Title` in the `info` option, and pass `displayTitle: true` when creating your