I tried the nested table example
https://www.syncfusion.com/kb/9626/how-to-create-nested-table-in-a-pdf-using-c-and-vb-net
and it has some WCAG issues as per Adobe Acrobat DC (e.g Rows, TH and TD, Regularity). I tried tagging headers so it lessen the issues but things like "Regularity" cannot be solved.. because it's nested table. Also, how about Rows and TH and TD?
Things I tried:
Set AutoTag = true
Set Language
Set Title
Set PdfTag for headers, rows and TD
But still, it has those issues --> Rows, TH and TD, Regularity
Can you provide code version of https://www.syncfusion.com/kb/9626/how-to-create-nested-table-in-a-pdf-using-c-and-vb-net for accessible PDF (resolving the WCAG issues seen in Adobe Acrobat DC)?
Thank you.