Testing plugin in Adobe Acrobat 9.0 Pro

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

  1. #1

    Default Testing plugin in Adobe Acrobat 9.0 Pro

    Hi,

    I am trying to use Adobe Acrobat 9.0 Pro to test a plug-in I have created.
    I have previous loaded and tested this plug-in in Adobe Acrobat 9.0 Pro Extended and it works.

    Is there something I need to do to load this plug-in in Acrobat 9.0 Pro?

    Thanks,

    Jesse Perry
    Jesse Perry Guest

  2. Similar Questions and Discussions

    1. Adobe Plugin
      Hi, We have an adobe plugin(imports csv data to pdf form) developed in version 6 and 7 but in version 8 it's not working so,migrated to Adobe 8 by...
    2. anybody interested in maintaining acrobat plugin for use of itextwithin acrobat?
      Hi, Is anybody interested in hosting and maintaining the sourcecode of a acrobat plugin to extend acrobat using itext? A few years ago I wrote a...
    3. Does Acrobat Browser plugin allow full Adobe Acrobat 7.0 functionality
      Hello, currently I’m starting a new project. I have to design and implement a document retrieval system. The document format is PDF. The...
    4. Applications/Adobe Acrobat 7.0Professional/Adobe Acrobat 7.0Professional.app/Contents/MacOS/Acroba
      Does anyone know what this means. I keep getting the following entry over and over in my "console.log" file: May 9 13:37:07 mycomuter...
    5. ADOBE RAW Plugin doesn't work with EOS 10D
      I just bought the ADOBE RAW file plugin to work with Photoshop Elements 2.0. My camera is a Canon EOS 10D. I can't get the plugin to open the...
  3. #2

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    Put the plug-in in the plug-in folder of Acrobat 9.0 Pro.
    Bernd Alheit Guest

  4. #3

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    Bernd,

    Thanks for the reply.

    The plug-in doesn't work in Pro even though it is in the correct directory. My question is regarding any other settings that need to be changed to make it work besides putting it into the correct directory, i.e. C:\Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins\

    Is there some licensing issue or is there perhaps a way I can see what kind of error caused the plug-in not to load?

    Thanks,

    Jesse Perry
    Jesse Perry Guest

  5. #4

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    Also, the "Use only certified plug-ins" in the General tab under Preferences is "not" checked. Currently in Certified Mode: is No.

    Jesse Perry
    Jesse Perry Guest

  6. #5

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    Do you run Adobe Acrobat 9.0 Pro on the same system? Did you debug your plug-in? Do you use any feature which isn't available in Adobe Acrobat 9.0 Pro?
    Bernd Alheit Guest

  7. #6

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    Bernd,

    I have a test box with Adobe Acrobat 9.0 Pro Extended installed which I have used for testing with this plug-in for 3 months. I developed this code using Visual Studio 2005. The plug-in works on this system. I loaded Adobe Acrobat 9.0 Pro on another test machine and copied the same plugin to the plug_ins directory of this machine from the Pro Extended plug_ins directory on the previous machine. When I start Acrobat 9.0 Pro, I don't see the menu that I created for the plug-in as I do on the original test machine.

    Is it wrong to test it on a different machine from where it was compiled?

    Jesse Perry
    Jesse Perry Guest

  8. #7

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro



    I developed this code using Visual Studio 2005.




    Did you use the debug mode? May be that the plug-in requires some DLL's. You can check it with the Dependency Walker:
    <http://www.dependencywalker.com/>
    Bernd Alheit Guest

  9. #8

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    Bernd,

    I compiled the plug-in in Debug mode in Visual Studio but the other test machine does not have Visual Studio. Is there a way to use Debug Mode in Acrobat Pro?

    Jesse
    Jesse Perry Guest

  10. #9

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro



    I compiled the plug-in in Debug mode in Visual Studio but the other test
    machine does not have Visual Studio.




    This has nothing to do with Acrobat. It's like compiling any other application in debug mode in VS2005. If the machine you're running it on does not have Microsoft's debug libraries installed (they get installed with Visual Studio), the application won't run. You need to compile in Release mode.
    PDL@adobeforums.com Guest

  11. #10

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    One other option is to compile the plug-in in Debug mode and Select "Use of MFC in a Static Library"

    under the Project Defaults section in the View->Project Properties->Configuration Properties->General Tab
    Atin Wadehra Guest

  12. #11

    Default Re: Testing plugin in Adobe Acrobat 9.0 Pro

    PDL, Atin,

    Thanks for pointing out the build option in Visual Studio. I hadn't thought of it since the project was only set up for Debug target.

    I was able to create another configuration for Release after changing some project settings.

    It worked on the 2nd test machine. I was just thrown off by the plug-in working on my 1st test machine with Visual Studio installed.

    Both options you described are useful and thanks again,

    Jesse Perry
    Jesse Perry 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