One more requirement for the e-book publication is the tagging of the PDF. The minimum requirement is tagging of <h1>, <h2>, <h3> and <p>. However I only have Adobe Acrobat DC available and hence I don't know how to check if the tagging actually worked.
If I use the following MWE:
\documentclass{scrreprt} \title{My title} \author{My author} \usepackage{hyperref} \usepackage{accessibility} \begin{document} \maketitle \tableofcontents \chapter{This shall be a h1 heading} \section{This shall be a h2 heading} This shall be a p section \section{This shall be a h3 heading} \end{document} Adobe Acrobat DC shows me:
So to me it seems, even though I loaded accessibility, tagging did not work. Am I doing something wrong, are there better ways to create a tagged PDF and especially how can I check the tagging of the resulting PDF, maybe with Open Source tools?

accessibilityand usetagpdfinstead? As you wrote it is not meant for document production, will it break an existing document, or just not creating nicely formatted tags automatically?tagpdfyou can check the source code of the documentation to get an idea about the amount of work involved.accessibility. As many people have pointed out, there seems to be something in pdflatex that makes it not work (it worked on older releases, which is why I posted it to CTAN...). It would be great if you could file this as an issue! Also, if any one reading has interest in contributing or picking up the maintenance of the package, please get in touch.