Hi Team,
We use Aspose.Words .Net version 21.7 with valid license to save document as Accessibility compliant PDF’s. Using “ExportDocumentStructure” in PdFSaveOptions we could retain the tags in pdf but would like to get what we only need.
Couple of expectations are:
- We use layout tables (nested tables) to place two components side by side. We are not expecting the layout table tag structures to be exported to PDF’s but the items inside that table should be exported. LayoutTable expectation.png (42.6 KB)
- Also, tables first row and first column is created with TH, which comes by default. We would like to have control over here only when we set it to happen. Table TH Expectation.png (43.7 KB)
We would like to Export Document Structure Tags in PDF according to above requirement. Much appreciated if we hear back earliest due to a close ETA in our end. Thanks in advance.
Attached a sample project to play around and suggest us what we are missing.LayoutTableTagStructure.7z (4.6 KB)