scsvel
14 years agoFrequent Contributor
Need to Read PDF file
Hi all,
I want to read a PDF file using MSAA objects technic and i can't do the same.. Actaully i got the object hierarchy as
Sys.Process("AcroRd32").Window("AcrobatSDIWindow", "Adobe Reader", 1).Window("AVL_AVView", "AVToolBarHostView", 1).Window("AVL_AVView", "AVSplitterView", 4).Window("AVL_AVView", "AVSplitationPageView", 3).Window("AVL_AVView", "AVSplitterView", 1).Window("AVL_AVView", "AVScrolledPageView", 1).Window("AVL_AVView", "AVScrollView", 1).Window("AVL_AVView", "AVPageView", 4)
But after that i have to get child object Document and its child object Grouping to get the content. But I am not getting the same..
Can anybody help me on this..
Any other methods to read my PDF file....
I want to read a PDF file using MSAA objects technic and i can't do the same.. Actaully i got the object hierarchy as
Sys.Process("AcroRd32").Window("AcrobatSDIWindow", "Adobe Reader", 1).Window("AVL_AVView", "AVToolBarHostView", 1).Window("AVL_AVView", "AVSplitterView", 4).Window("AVL_AVView", "AVSplitationPageView", 3).Window("AVL_AVView", "AVSplitterView", 1).Window("AVL_AVView", "AVScrolledPageView", 1).Window("AVL_AVView", "AVScrollView", 1).Window("AVL_AVView", "AVPageView", 4)
But after that i have to get child object Document and its child object Grouping to get the content. But I am not getting the same..
Can anybody help me on this..
Any other methods to read my PDF file....