Consulting

Results 1 to 3 of 3

Thread: VBA code to import pdf as txt to Excel

  1. #1

    VBA code to import pdf as txt to Excel

    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

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    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/showthr...s-5-iTextSharp

  3. #3
    Thanks a lot!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •