Results 1 to 4 of 4

Thread: Modifying Word Document by Reading PDF File

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    Smile Modifying Word Document by Reading PDF File

    Dear All

    I want to develop a software in vb6.0 which have to read the PDF document and capture the text that is Bold, Italic, Underlined,etc., in the PDF and insert the tag into the corresponding text in the Word Document.

    How to do it?

    Please Help

    Regards
    Sasikumar

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Modifying Word Document by Reading PDF File

    VB6 has no built in PDF functions. In order to do any kind of manipulations with a PDF file you would need some sort of SDK or a PDF Class module.

    Most of the ones I found cost money.

    Here is something that is free however.

    http://www.vb6.us/tutorials/visual-basic-tutorial-pdf

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    Re: Modifying Word Document by Reading PDF File

    Hai Hack

    Thanks for your valuable reply. I also already seen this link. This is useful for writing in PDF but I want to read the PDF. What is the property or method available for this.Please suggest me.Its urgent

    Regards
    Sasikumar

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Modifying Word Document by Reading PDF File

    see this link http://pdfedit.petricek.net/appendix.html the free source program with api and command line, should do all you ask

    but maybe not so easy to use
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

Posting Permissions

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



Click Here to Expand Forum to Full Width