PDF Accessibility and Tagging

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v6)  /  PDF Accessibility and Tagging

DynamicPDF CoreSuite for .NET (v6) Forum

 Aug 19 2011 6:13 PM
Hello,

I am tasked with creating a compliant directory of data that will be validated by the federal government.  I implemented the code here (http://www.DynamicPDF.com/Support/NET_Help_Library_11_01/PDFA.html).  The document generated does indeed tag my introduction pages which are sourced from MS Word, however it doesn't tag any of the content created by the ceTe product.

How can I troubleshoot this?  Are there any other tutorials that I could use that I just couldn't find?

Thank you for your time!
Matt L.
 Aug 19 2011 7:37 PM
Hello,

I found a sample called "TaggedPdfWithStructureElements" and began to go through that.  I noticed in that sample that the Tag property of the Document object was set to a new TagOptions() class.  If I add it to my Document object I get a StackOverflowException when debugging, and when not debugging it completely closes down my IIS application pool.

I create my document as follows:

1 - Instantiate main MergeDocument object
2 - Generate pages and store in Generic list of Pages
3 - Assemble all pages and add into Document.Pages page list
4 - Draw Document to MemoryStream **** This is where it overflows
5 - Create PdfDocument from MemoryStream
6 - Append an introduction document to my main MergeDocument
7 - Append generated pages from #4 above to main MergeDocument

If I add in the TagOptions to my main MergeDocument it doesn't tag my generated pages content, just my introduction pages (which are from MS Word).  If I remove the TagOptions from the main MergeDocument and instead add it to the generated Document object it overflows.

How can I find out what I am doing wrong?  I'm having difficulty finding much about the tagging/accessibility in the help library.

Thank you for your time!
Matt L.
 Aug 22 2011 5:20 AM
Posted by a ceTe Software moderator
Hello Matt,

Can you please send over the input files, full stack trace of the error message and the sample code or an application to our support team at: support@cete.com using which they can recreate the error? This information will help them to look into this issue further.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 1:36 AM.