Hello,
we are using kendo-react-pdf and I am trying to see if it can generate tagged PDFs to make it accessible. Or can you tell me if there is another kendo pdf component that is capabable of creating these tags?
thanks so much,
Rebecca
Hi, Rebecca,
I converted this post to a feature request. We will be monitoring it closely.
Regards,
Filip
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hi, Rebecca,
Currently, we don't have the creation of tagged pdf files added to our roadmap, however, I can transfer this thread to an official feature request if you like.
Regards,
Filip
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Filip,
In order to meet WCAG 2.1 a11y standards, PDFs must be tagged. Given this, can you please tell me if this is on your roadmap or if you are able to add it?
Thanks again,
Rebecca
Hello, Rebecca,
Thank you for the shared tools documentation.
What I meant with the export statement was that how accessible the PDF will be will depends mainly on how accessible the components that will be exported are.
I reviewed both of them and it seems that currently, the kendo-react-pdf does not support the creation of tagged pdfs as those two tools do.
Regards,
Filip
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello,
Thanks for your response. I do have some follow up questions:
you said ~ "the kendo-react-pdf will create a PDF file based on the rendered DOM..."
based on this statement, how do I get the markup in the DOM to result in the structure tags inside my pdf?
To help clarify, here are explanations on this same topic from two other PDF generation tools:
Chapter 7: Creating PDF/UA and PDF/A documents (itextsupport.com)
Working with Accessibility and Tagged PDFs|Aspose.PDF for Java
I've attached a screenshot of what we are getting so far within our reader (it shows there are no tags). But again we hope to do the same thing that these other tools are doing where the tags can be structured.
Please let me know if that helps clarify what we are looking for or if you have any questions.
Thanks so much,
Rebecca
Hello, Rebecca,
Currently, the kendo-react-pdf will create a PDF file based on the rendered DOM on the page. How accessible the PDF will be will depend mainly on how accessible the components that will be exported are.
Currently, the PDF export has options to set some of the meta tags like the author, keywords, etc (if these are the tags that you require). All of them can be seen in the PDF export props:Regards,
Filip
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.