偶只知道很慢的方法——而且不是用SDK。这个问题太难了,关注!

解决方案 »

  1.   

    有吗哪儿有我也很想用这个SDK。
      

  2.   

    再提升一下,说明:
    好象没有这个SDK吧。5.0的有吗?
      

  3.   

    ???adode公司为什么要提供这个SDK呢?
      

  4.   

    有啊,我现在手头就有啊'*******************************************************************/
    '*                                                                 */
    '*                      ADOBE CONFIDENTIAL                         */
    '*                   _ _ _ _ _ _ _ _ _ _ _ _ _                     */
    '*                                                                 */
    '* Copyright 1998 - 2000 Adobe Systems Incorporated                */
    '* All Rights Reserved.                                            */
    '*                                                                 */
    '* NOTICE:  All information contained herein is, and remains the   */
    '* property of Adobe Systems Incorporated and its suppliers, if    */
    '* any.  The intellectual and technical concepts contained         */
    '* herein are proprietary to Adobe Systems Incorporated and its    */
    '* suppliers and may be covered by U.S. and Foreign Patents,       */
    '* patents in process, and are protected by trade secret or        */
    '* copyright law.  Dissemination of this information or            */
    '* reproduction of this material is strictly forbidden unless      */
    '* prior written permission is obtained from Adobe Systems         */
    '* Incorporated.                                                   */
    '*                                                                 */
    '*******************************************************************/
    '-------------------------------------------------------------------
    Option Explicit
    Type PSConstArray
        LongVal As Long
        StrStr As String
    End Type' these didn't make it to the 5.0.2 
    ' but they did for the 6.0 
    'Public Const phKeySelection = 1718838636
    'Public Const phKeyExactPoints = 1165517648
    'Public Const phKeyNumberOfCacheLevels = 1313039208
    'Public Const phKeyUseCacheForHistograms = 1433617251
    'Public Const phKeyIsDirty = 1232290930
    'Public Const phKeyItemIndex = 1232366921
    'Public Const phKeyPreviewWinThumbnail = 1349678679
    'Public Const phKeyPreviewsQuery = 1349678673
    'Public Const phKeyExtensionsQuery = 1165522001
    'Public Const phKeySaveComposite = 1400259437
    'Public Const phKeyFileSavePrefs = 1181504336
    'Public Const phKeyCount = 1131312160Public Const MAX_KEYS = 1980
    Public Const SMALLESTHASHVALUE = 538976288Public PSCA(MAX_KEYS) As PSConstArray
    Public PSApp As Object
    Public PSAttached As Boolean
    Public gMoreKeyDesc As IActionDescriptor
    Public gControl As IActionControl
    ' check the result for errors
    ' we are expecting a good result