I'm working in VBA (MS Office 2010) and want to extract some key words from PDF attachments that I regularly receive in Outlook.
I planned to save the PDFs as a Word documents and extract the text from these but apparently I cannot do this programatically as I'm using Acrobat X Standard (seems I would need Pro).
So, am now looking for a way to copy all text from a PDF doc to the Windows clipboard using Acrobat Library methods. I will then paste into Word (this copy/paste works fine when done manually - no corruption of text).
I have very limited experience working with Acrobat and am reviewing the Acrobat SDK resources etc. but proving challenging.
How can I select all text in a PDF document and copy it to the Windows clipboard using Acrobat Library methods in VBA?