Skip to content

PDF accessibility check #1260

@nippoolg

Description

@nippoolg

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions