vba sourcecode to convert pdf to xls

  • Thread starter Thread starter ro.koehler
  • Start date Start date
R

ro.koehler

Hello,

Does anybody know a home page where an example of a vba source code is
listed, which enables to convert a pdf file (with tables) into an xls
file.

I would need some ideas how to do this, in order to write my one little
vba programme.

Thanks in advance

Rudolfo
 
You would normally use some OCR software to achieve this - the PDF file
can be read by the software and turned into editable text - or Adobe
Acrobat full version (not just the Reader). I'm not sure how you would
do it with VBA.

Hope this helps.

Pete
 
Another crude way is to select text in PDF file and then copy / paste
to notepad and then import them in Excel with proper parsing /
delimeter etc.

But it is very very crude. Sort of quick and dirty solution.

Nimish
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top