Acrobat 8.1 SDK Compatibility with Reader 9?

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

  1. #1

    Default Acrobat 8.1 SDK Compatibility with Reader 9?

    I have a Visual Basic application that displays PDF files using the AxAcroPDF object. This application was developed using documentation/examples from the Adobe Acrobat 8.1 Software Development Kit. The application contains references to the Adobe Acrobat 8.0 Browser Control Type Library 1.0 and the Adobe Acrobat 8.0 Type Library.

    Currently, PC's running this application have Adobe Reader 8.1 installed. Can I install and run this application (without compatibility errors) on a PC that has Adobe Reader 9 installed? Or, will I first have to incorporate Adobe Acrobat 9 SDK?

    Is there any documentation which addresses capatibility issues between Adobe Acrobat SDK and Adobe Reader versions?

    Thanks for any help you may provide.
    Thomas_Schuhler@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Acrobat Professional V6 vs. Acrobat Reader V6 in Internet Explorer
      I have both Acrobat Professioanl v6 and Acrobat Reader v6 on my PC. When I view a PDF via Internet Explorer, Acrobat Professional is launched. I want...
    3. Adding comments to Acrobat 5.0 pdfs using Acrobat Reader 6
      You can only add comments to a PDF document with Adobe Reader if it has been enabled to do so **through using Adobe Document Server for Reader...
    4. upgrade acrobat reader 5 to acrobat reader 6.0.1
      I have installed acrobat reader 6.0.1, so instead of upgrading acrobat reader 5, it installed fresh copy. now i have two acrobat reader. Does any one...
    5. How to uninstall Acrobat Reader 5 but retain with Acrobat Writer 5
      YOu can uninstall AR5 & Acrobat5, then reinstall Acrobat5, then install AR6. You should also be able to reinstall Acrobat5 after installing AR6....
  3. #2

    Default Re: Acrobat 8.1 SDK Compatibility with Reader 9?

    I did find some compatibility documentation at:
    <http://www.adobe.com/devnet/reader/articles/reader_compatibility.html>

    None of the items in this documentation appeared to relate to the type of PDF viewing I have incorporated into my Visual Basic Application. (Note that the PDF viewing in my application does not involve Internet Explorer or any other web browser.)

    I also did not see anything about having to change references to type libraries when moving to Adobe Reader 9. It would be great if my application was compatible with both Reader 8 and Reader 9.

    Again, any insight on this subject would be appreciated.
    Thomas_Schuhler@adobeforums.com Guest

  4. #3

    Default Re: Acrobat 8.1 SDK Compatibility with Reader 9?



    Or, will I first have to incorporate Adobe Acrobat 9 SDK




    The SDK download is just a collection of documentation, samples and header files for C/C++ plug-ins. There are no redistributables with the SDK - those are all built into Acrobat.

    You should have no problems moving between the new versions, the ActiveX control was not removed between the two versions and none of the methods available from it were deprecated or removed. If you encounter any problems, you would simply need to recompile it on a machine that has Acrobat 9 installed, but I doubt you will see any issues.
    PDL@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