[accessibility] Fwd: [program-l] Acrobat / PDF accessibility
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Jul 22 17:38:42 CEST 2021
> Hi
> Cory Samaha on the visually impaired programmers list has asked for help
> with PDF remediation, where the PDF contains form fields. Can anyone on
> this list help?
I added tagging support to the new form field code I wrote for the
pdfmanagement. So this here is correctly tagged (assuming a current
latex/texsystem):
\RequirePackage{pdfmanagement-testphase}
\DeclareDocumentMetadata {uncompress}
\documentclass{article}
\usepackage{tagpdf}
\tagpdfsetup{activate, interwordspace,paratagging}
\usepackage{l3pdffield-testphase}
\begin{document}
some text
\ExplSyntaxOn
\pdffield_checkbox:n{name=a}
\ExplSyntaxOff
more text
\end{document}
But this won't help much if existing PDF's should be tagged.
Ulrike Fischer
More information about the accessibility
mailing list.