PDA

View Full Version : VBA code to import pdf as txt to Excel



Ary Casado
07-25-2011, 01:47 PM
Hi, I'm starting a VBA academic project to import pdf file as txt to excel. But I realy don't know where to start. I don't want the ready code, only a little help to start.

Thanks

Ary

Kenneth Hobs
07-25-2011, 01:55 PM
One might use vb.net and the iTextSharp.dll. The book is iText In Action, 2nd edition, by Bruno Lowagie. Not all PDF's can be converted to text though.

See itextpdf.com.

I posted some example vb.net code at:
http://www.wpuniverse.com/vb/showthread.php?32338-VB.NET-111-Pass-Parameters-5-iTextSharp

Ary Casado
07-25-2011, 06:51 PM
Thanks a lot!