How to generate accessible pdf with nested tables?

Hi,

Do you have sample code of generating nested tables but they must wcag 2.1 compliant?
I found this blog: https://blog.aspose.com/2019/09/17/tag-tables-in-pdf-document-for-accessibility-using-aspose.pdf-for-.net/

Using that code in that blog, when I was trying to nest a table inside a TableTDElement:

TableTDElement tdElement = trElement.CreateTD();
TableElement tableElement2 = taggedContent.CreateTableElement();
tdElement.AppendChild(tableElement2);

It does not nest inside that TD element…

Thank you.

Regards,
qme

@qme

An investigation ticket as PDFNET-49898 has been logged in our issue tracking system to analyze the creation of nested tagged tables in PDF. We have linked the ticket ID with this forum thread. We will investigate the ticket and let you know as soon as it is resolved. Please be patient and spare us some time.

We are sorry for the inconvenience.