Developing a reader in VB6

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

  1. #1

    Default Developing a reader in VB6

    Hi,

    We are trying to make an app to read PDF using VB6, we are using the acropdf.dll activex v7.0.
    So, we are trying to get the hypertext string when the user make a click on a www link inside the pdf, but the control does not allow that operation.

    1) Is there any way we can get the hypertext string in VB ?
    2) Is there a manual about that activex to know more about the events and properties ?

    thank you very much !

    MarianoMX
    marianomx@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. OleDb reader vs. ODBC reader
      First off stop using a DSN as it has been Deprecated from the MDAC. Second read the following articles. http://www.aspfaq.com/show.asp?id=2126...
    2. Developing with IAC
      Iam adding a reference of 'Acrobat 7.0 library in a vb .net program. The exe file of the program created works well in a system having Acrobat 7. ...
    3. Acrobat Pro/Reader 7 Batch enable commenting for Reader 7
      I have been searching for a good way other than opening and saving each file using Acrobat 7 Pro in order to enable commenting in Reader 7. Is there...
    4. Is there a way to create and Autorun CD with Reader 6 like you could with Reader 5?
      Is there a way to create and Autorun CD with Reader 6 like you could with Reader 5? There was a CD directory on the old 5 CD that if copied to a CD...
    5. Help in developing a news group reader in PHP
      Hi, I'm trying to develop a news reader in PHP. Currently I'm telenting to media ones news server to leran how NNTP works. I can make the...
  3. #2

    Default Re: Developing a reader in VB6

    1 - no.

    2 - all the information about the ActiveX control is in the Acrobat SDK along with sample code, etc.
    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