-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Question
Description
I'm checking PDF accessibility with Acrobat PRO, taking accessible.pdf from demo https://github.com/foliojs/pdfkit/blob/master/demo/accessible.pdf
The accessibility report tells that Tagged PDF check failed. If I open file properties Tagged PDF is NO. Looks like this setting is not set properly, when creating PDF with tagged: true option. Or what could be the issue?
Code sample
const doc = new PDFDocument({
pdfVersion: '1.5',
lang: 'en-US',
tagged: true,
displayTitle: true
});
Your environment
- pdfkit version:
- Node version:
- Browser version (if applicable):
- Operating System:
Reactions are currently unavailable