Hi, I frequently interface with Adobe Reader to get the contents of documents (specifically tables within PDF documents). I use Microsoft's .Net UI Automation Library to achieve this.
This has always worked since 9.5.3, but I have recently upgraded to version XI / 11.0.1. This has caused the method to stop working.
I used to be able to pick the document reading order, then once the tagging had finished I was able to list the sub-windows/elements to each Reader window and it would give various strings like:
(Column1, <Row 1>)
After upgrading to Adobe Reader XI this does not happen. The "Reading Untagged Document" wizard appears and it goes through the process, but the element windows are not created like they used to be.
Is there any way to fix this?
Apologies for my lack of accurate terminology, but I haven't found any similar topics to compare this to.