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:
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