There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6c939f31-9c71-46d5-94f1-b4d7f82c613a XWIKI-19560 Open

The browser-based PDF export doesn't pass accessibility checks

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-40a5391b-abf4-4a4a-94bb-e535e52b1f5b Marius Dumitru Florea on 15/Jul/25 11:00
 

Note that headless Chrome has an experimental parameter that we could try https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-printToPDF :

generateTaggedPDF boolean

Whether or not to generate tagged (accessible) PDF. Defaults to embedder choice. Experimental

 
cid:jira-generated-image-avatar-40a5391b-abf4-4a4a-94bb-e535e52b1f5b Marius Dumitru Florea on 15/Jul/25 11:01
 
Note that headless Chrome has an experimental parameter that we could try https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-printToPDF :

{quote}
generateTaggedPDF boolean

    Whether or not to generate tagged (accessible) PDF. Defaults to embedder choice. Experimental
{quote}


There are some open issues about this though https://issues.chromium.org/issues?q=pdf%20tagged , which is expected.