Hi,
Using the solution from this, I was able to read the PDF document as a word application.
While I was able to loop through the tables using wdApp.tables, I realised some information I needed is the title of the table (if it can be called a title?)
A sample look is this:
Currently I do get the contact number and the email which i need, but tables doesn't have the personName for some reason. I thought it could be a table on its own, but looping through all the tables, I couldn't find any that has PersonName.
Is there a way to just extract all the text from the wdApp without using Tables? I don't want the image, which i think .Range does. This is as I need to find certain keyword values in the text body.
Appreciate any advice.
Using the solution from this, I was able to read the PDF document as a word application.
While I was able to loop through the tables using wdApp.tables, I realised some information I needed is the title of the table (if it can be called a title?)
A sample look is this:
Currently I do get the contact number and the email which i need, but tables doesn't have the personName for some reason. I thought it could be a table on its own, but looping through all the tables, I couldn't find any that has PersonName.
Is there a way to just extract all the text from the wdApp without using Tables? I don't want the image, which i think .Range does. This is as I need to find certain keyword values in the text body.
Appreciate any advice.