Can I fully tag a non tagged PDF using iTextSharp?

2019-06-07 15:22发布

问题:

Currently, we have an application that uses SSRS to render PDFs. Unfortunately, these PDFs do not come tagged.

We are looking to post-process the PDF so that it has the tags and structure to satisfy accessibility requirements provided by AODA and Section 508.

Mostly, the outputs consist of tables, and charts.

Is this possible with ITextSharp?

Thanks in advance!

Chris