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

  1. #1

    Default about acropdf.dll

    I want to display an pdf file in my own application.
    I want to know what's the difference of Acrobat and Reader's acropdf.dll and the difference of each version(7~9) acropdf.dll.

    There are 3 interfaces:
    void postMessage(const VARIANT& strArray);
    VARIANT GetMessageHandler();
    void SetMessageHandler(const VARIANT& newValue);

    I don't know how to use them and is there any specification for the this?

    Thanks!
    Jasper.
    NoSmoking@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. AcroPDF.dll in C# application
      Hello everybody, I have a problem with integrate Adobe Reader 9.0 ActiveX in my C# application. I have Adobe Reader ActiveX control on the form...
    2. AcroPdf Active X control with Reader 9.0
      Dear Rosenthol : I come from taiwan ^^ I have the same problem in the forms <http://www.adobeforums.com/webx/.59b5b204> Leonard...
    3. AcroPDF resize problem
      I have a simple application hosting the AcroPDF (ActiveX) object, version 8. It works well at startup. However, if I resize the ActiveX control, the...
    4. Pb PDF Filename : AcroPDF.dll + VB6
      We use the component AcroPDF.dll (Adobe Acrobat 7.0 Browser Control type library 1.0) in a VB6 program. We use the method LoadFile to display PDF...
    5. AcroPDF.dll as ActiveX control under Java SWT
      I'm trying to communicate with the Acrobat Browser Plugin from an Eclipse RCP Application. We use Acrobat 8.0, but I'm not able to integrate the...
  3. #2

    Default Re: about acropdf.dll

    The Acrobat SDK has all the documentation you'll need along with sample code. Start there!
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: about acropdf.dll

    Thanks.
    I did not notice the IACReference.
    NoSmoking@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