acrobat sdk backward compatibility

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

  1. #1

    Default acrobat sdk backward compatibility

    Does one use the latest sdk and chose functions that are supported back to the earliest version of acrobat that is to be supported and release one item, or does one use the specific sdk for each version of acrobat and develop unique items for each?

    Thanks.
    Malcolm_Windham@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Backward compatibility between MX7 and CF 4.5.1 SP1
      Hello everybody, First of all I'm not ColdFusion expert, CF is just one part used on our GSM project. In near future we will change our old server...
    3. backward compatibility in 6.0
      The extended comparison chart provided by Adobe between Acrobat 6.0 standard and professional says that you can only create backward compatible pdfs...
    4. Acrobat 5.0 Compatibility
      Does anyone know where I can get 5.0 Pro (the writer?). Even if it is a trial version. I am having some problems with a client that has 5.0 full, and...
    5. Illustrator CS backward compatibility
      Just upgraded to OS X Panther (10.3) and entire Adobe CS. I've found that I can't open EPS files created with Illustrator CS in any older versions...
  3. #2

    Default Re: acrobat sdk backward compatibility

    Generally, you use the current SDK, and read the description of each
    method carefully to see when it was introduced. Plug-ins are a little
    more complicated, and I'd recommend using the correct version of the
    SDK for the oldest version you want to support; but availability of
    old versions is very limited.

    Aandi Inston
    Aandi_Inston@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