Search for pdf and link automatically to it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • George N
    New Member
    • Aug 2010
    • 7

    Search for pdf and link automatically to it

    Hi

    I have a folder that contains pdf files with name like : sp_101_2008 , I have word file that has the name of the pdf (sp_101_2008)as text , I need to create an application that reads the word file and when reading it if it finds the name of the pdf file(s) it sould link to it automatically

    any help would be greattttt
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    What have you already got? If you have to build it from scratch, start writing down the steps you think you need to make to create this application.

    Example:

    1. Open wordfile for reading
    2. Parse file
    3. Save line in variable
    4. etc. etc.

    If you have a problem, post your code and we'll see how we can help you.

    Steven

    Comment

    • George N
      New Member
      • Aug 2010
      • 7

      #3
      Help

      I have created an application that reads the word file and converts it to html , I wrote the code and tested it and isworking great but I need help in creating automatic links to the pdf
      if you want I can send you the code that converts the word to html

      Comment

      Working...