Creating PDF from Word and preserving hyperlinks using VB.NET

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Creating PDF from Word and preserving hyperlinks using VB.NET

    Hello.
    I have a number of MS Word files containing hyperlinks to PDF files. I need to convert my Word files to PDF and preserve the hyperlinks. Printing to the PDF printer will not preserve the links unless I use pdfmarks and that approach led to other complications that I would like to avoid. I'm able to preserve the links by running PDFMaker from the MS Word menu. I need to do the same from VB.NET with automation. I've had success using the PdfMakerApiLib but that is an unsupported and undocumented interface and seems to work only on Acrobat 7. With Acrobat 6, I cannot find the PdfMakerApiLib and I would prefer not to use unsupported APIs.

    What is the correct way to accomplish this task?

    Another idea is to use automation to create the PDF from Word, then create the hyperlinks in Acrobat using automation. Would that be possible?
    Zlatko_Marcok@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Hyperlinks do not work when converting Word Doc to PDF
      I have a MS Word Mac document with a lot of hyperlinks in it. When I convert the document to PDF, the hyperlinks do not convert over to PDF. In other...
    2. Preserving hyperlinks from Word
      I have not been able to create a pdf that preserves my links (within the document) with Acrobat 6.0. The target documents are created in Word 2002...
    3. Hyperlinks not working in PDF converted from word
      Hi All, I have a 600 page document that contains hypelinked bookmarks.( one dodument only) They all work fine in word but when I convert them to...
    4. PDFMaker for Word > hyperlinks do not work when using columns
      I found out that when I use columns in a Word document, often the hyperlinks do not work in the pdf file after I used PDFMaker to convert my Word...
    5. hyperlinks not converted from Word 2003 to Acrobat 5.0.5
      I've checked the knowledge base and found some info, but without success. Does anyone know what has to be checked and where?
  3. #2

    Default Re: Creating PDF from Word and preserving hyperlinks using VB.NET

    There are no APIs available to VB.NET for desktop conversion of file formats to PDF. There are plugin APIs (available via C/C++ plugins to Acrobat) for conversion using Acrobat.

    In addition, Adobe offers our LiveCycle ES family for server and automated conversion solutions and it has a Java and .NET API.
    Leonard_Rosenthol@adobeforums.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139