Plugin developer support forums?

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

  1. #1

    Default Plugin developer support forums?

    Hi there

    I currently work in a print room that uses the full acrobat version. We use version 7.x. I am a hobby coder in several OOP languages, predominantly C++.

    I currently need some functionality beyond the scope of the print driver and acrobat too. I am hoping to write my own plugin for it to support my needs.

    Could someone furnish me with a complete solution in a compilable state of the existing plugin source for 7.05 please? I currently use visualstudio.net2005. I am only a hobby coder and will most likely not get very far, but I want to try anyway. If someone would be so helpful as to upload the solution for me from the existing source code I would really appreciate it. Or, if I have posted this in the wrong are, link me to the correct forum.

    Perhas there is a community forum somewhere I might fit in that you could suggest?
    reborn@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Good Support from an Extension Developer
      I'm a long time DW user who has taken advantage of a lot of extensions over the years. Recently I purchased an extension from XP-Internet...
    2. FAO ADDT Users: Developer toolbox Forums
      The adobe dreamweaver developer toolbox forums are available at the following url http://www.adobeforums.com/webx/.3bbf2770/ You will probably...
    3. Advanced DW Extension forums or support?
      Hey there, I'm building a couple property Inspectors and require some tech support on specific tasks. Mostly I'm wondering if there is a...
    4. CF Support Forums Problems
      When I search these forums, I get the search results, but often when I click a result, I get the following error: The value '' cannot be converted...
    5. Plugin Help/Developer
      Can anybody help me. I am trying to find a write or get someone to write a simple plug in to filemaker that will call a command line in DOS. ...
  3. #2

    Default Re: Plugin developer support forums?

    A couple of things:

    Acrobat 7.0.x uses VS2003 as a Development Environment - it was not tested with VS2005 and code compiled in VS2005 is not guaranteed to work with Acrobat 7.0.x.

    If you download the Adobe Acrobat 7.0.5 SDK, it comes with several complete plug-in examples that you can start from, as well as the API Reference for plug-ins.

    <http://www.adobe.com/devnet/acrobat/index.html?navID=downloads>
    PDL@adobeforums.com Guest

  4. #3

    Default Re: Plugin developer support forums?

    Ah, thanks for the advice. I also use visualstudio.net2003, so many thanks. When I tried using 2005 it threw up some errors, hence the request.
    I will try using 2003 and see what happens. Although I noticed there was no solution file, you had to create this yourself using the .cpp and header files. If they used the VS IDE to create it, I don't see why they wouldn't of released this too, even if it was done separtely from the borland users and other compilers.
    Whilst it may seem like a stupid thing to stumble on before even writing any code, I am not used to creating solutions from existing files, this is what threw me a little.

    My sincere thanks to you PDL.
    reborn@adobeforums.com Guest

  5. #4

    Default Re: Plugin developer support forums?

    Solution files are included in SDK 8 and newer, but if you only have Acrobat 7.0.x you need to stick to the 7.0.5 SDK.
    PDL@adobeforums.com Guest

  6. #5

    Default Re: Plugin developer support forums?

    Also, be sure to use the Plugin Wizard for Visual Studio to create your plugins from - it makes things SO MUCh eaiser...
    Leonard_Rosenthol@adobeforums.com Guest

  7. #6

    Default Re: Plugin developer support forums?

    Thanks guys, pretty strange thing, I redownloaded the and installed the SDK for 7.05 and there where solution files for the example plug-ins. I either never noticed them before or they was added recently...

    All is working and I'm able to compile with .net2003. Thanks a bunch! :-)
    reborn@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