Developing a plugin for Adobe Reader 9.0

Hi All,
I want to develop a plugin in Adobe Reader 9.0. I have setup Visual Studio 2005 and the plugin wizard.
I am using the samples from acrobat SDK 9.0, I am able to build the samples and *.api is created. I have put that file in the plugins directory but I am not able to use the plugins in adobe reader as well not getting any error.
Do I have to get key from adobe for plugin testing on my local PC?
Regards,
Sawan

You can refer this: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=Plugins_ReaderPlug.52.5.html

Similar Messages

  • Need MSI Download of Adobe Flash Plugin for Adobe Reader

    From this link:
    http://helpx.adobe.com/acrobat/using/flash-player-needed-acrobat-reader.html
    I found EXE Download of Adobe Flash Plugin for Adobe Reader/Acrobat:
    install_flash_player.exe
    I requested our Admin to deploy the above file via SMS but he told me it will be better if I can find an MSI Download insteade of EXE.
    Where I can get MSI Download of this EXE File?
    Tarek.

    Pat Willener wrote:
    Sorry, I misunderstood - yes, this will install the Flash Player plugin for non-IE browsers.  But so will install_flash_player.exe from your first post.
    According to the link you posted, it seems to be required to install the Flash Player plugin to view Flash content in PDF files.
    On the other hand I do not quite understand why there is a NPSWF32.dll file in C:\Program Files\Adobe\Reader 11.0\Reader ...
    Thanks again Pat, but apologies, as I am not quite sure I understand what you mean...
    This link you posted:
    http://www.adobe.com/products/flashplayer/distribution3.html
    ... will result of this distribution deployment allow the end-users to play Flash in PDF under Adobe Acorbat/Reader?
    Tarek.

  • How to register Plugin for Adobe Reader X (10.0)?

    Hi,
    I have received Adobe RIKLA license with digital certificate (.rc) and it's working fine in Adobe Reader 9. I used SignPlugin method register our Plugin with Adobe Certificate. My question is 'how to proceed for Adobe Reader X (latest version)?'. Please provide some pointer.
    Thanks in advance!

    Thanks Ironsenth, it worked for me in Adobe Reader X.
    But the problem is, my toolbar is appearing in Right-Hand side panel unlike Adobe Reader 9. How can I drag my toolbar in the proper position like Adobe Reader 9.

  • How to install plugins for Adobe Reader as non-root?

    I'm using Acrobat on a linux system, but I'm not the administrator. I need to install a new plugin (FileOpen.api from www.nr.com) to open their pdf-files. They explain very nice how to place that plugin in the plug_ins directory, but that's a systems directory and you need to be root to do that, which is not an option in my case. However: it is very common practice on linux systems that these type of things can also be installed under some users-dir, for example ~/.acrobat/plug_ins This example definitely does NOT work, but which directory will work?

    Hi Jakob,
    You can place your plugins in a folder named 'plug_ins' under your home directory:
    $HOME/plug_ins
    They will be picked up by the Adobe Reader if they are Reader-enabled.
    Ashutosh

  • Plugin for Adobe Reader?

    Please help. I'm trying to put my site [link removed] formatted in  Adobe Reader  and I'm not sure if I'm doing it properly. How can I get Adobe Reader set up on my site. Any help Is appreciated. Is there a plugin that I can use
    Thanks
    HankHealer

    By "set up on your site" what do you mean?
    Are you looking to embed a PDF in a page?
    Are you looking to make  a PDF version of the site?

  • Chrome plugin for Adobe Reader Crashes

    Adobe Reader plugin 11.0.06.70 crashes when attempting to open a pdf file using Chrome 32.0.1700.76 m but works in Firefox and Internet Explorer. Windows 7 Service Pack 1 64-bit operating system.  Problem occurred when tried on any of 5 different computers, accessing any of 6 different pdf files from either of 2 different websites.  How can I get it to work in Chrome?
    The following reproduces the problem:  1) Open Chrome with Adobe Reader enabled and the always allowed box checked (Chrome pdf viewer disabled).  2) Enter the following url: https://providentliving.lds.org/bc/providentliving/content/english/self-reliance/health/he alth-fair-topics/pdf/Basic_Physical_Health_ENG.pdf?lang=eng#page=26
    Using this URL in Internet Explorer OR downloading the file and opening it locally in Adobe Reader opens the pdf file to page 26 with an active bookmark navigation panel displayed on the left

    By "set up on your site" what do you mean?
    Are you looking to embed a PDF in a page?
    Are you looking to make  a PDF version of the site?

  • Enable 3D Measuring for Adobe Reader in PDF saved by Acrobat Pro Ext plugin

    Hello,
    I'm developing a plugin for Adobe Acrobat Pro Extended to embed a 3D object in a PDF.
    I would like to enable Adobe Reader users to measure the 3D object on the saved file,
    like you can do with the menu "Advanced"->"Extend Features in Adobe Reader" in Acrobat Pro Ext.
    Is it possible to do that with the SDK without user interaction?
    Thanks in advance!

    Thanks, I read something about that LiveCycle, but I don't understand how I should use it...
    I'm developing a plugin for Adobe Acrobat and I would like to save the file with the 3D measuring enabled, without the user interaction.
    Is the LiveCycle usable within an Acrobat plugin?

  • Do I need to apply for Adobe Reader Integration Key License (RIKLA) Program?

    I want to develop a commercial plugin for Adobe Reader that invokes some action through new items on right-click context menu.
    I need to apply for RIKLA for that?
    Reading the FAQ I notice this:
    What are the restrictions for Adobe Reader plug-in development?
    Modify the appearance of Adobe Reader
    I don't know if adding an item to context menu could be considered as "Modify appearance", besides this seems that RIKLA only applies for vary specific types of plugins and closed to very few people... I don't know if I need to worry about this or not because of being a commercial plugin.
    Thank you so much

    It's not just a licensing requirement. Without the RIKLA you cannot make Reader plug-ins at all. Adobe will vet your proposal and decide if they will permit it, and what license fee you will pay.

  • Will AcroAppClass,CAcroPDDoc and GetJSObject works for Adobe Reader

    Short Description: I got the licence from adobe for creating a plugin for Adobe Reader and I want to know whether AcroAppClass,CAcroPDDoc and GetJSObject can be used , to make my plugin work in the machine , if only Adobe Reader is installed .
    If the Answer is 'NO' , Whats the method or the way for getting the text from the PDF(Active document).

    Irosenth , i first thank for your reply which made me not to use these methods.
    As u said , i am using Plugin methods for extracting the text . i.e ,
    void PDWordFinderAcquireWordList(PDWordFinder wObj, ASInt32 pgNum, PDWord* wInfoP, PDWord** xySortTable, PDWord** rdOrderTable, ASInt32* numWords)
    This Method Finds all words on the specified page and returns one or more tables containing the words.
    The above method work for reader , right ??
    Now , i need one more help from you .
    After extracting the text from pdf , i have to get the positions of those text and i have to highlight certain text.
    I searched for highlighting the text in pdf for reader. But i didn get any methods that is supported in reader.
    Please help me out with some direction or code sample which does the following,
    a. Method for reading/getting/finding the position of the extracted text ,
    b. Method for Highlighting Certain text in pdf.

  • Developing an Add-in for Adobe Reader to insert the PDF into Lotus Notes

    Hi
    We currently have a document management solution in MS Word & Excel, where by you can open/create a document click a button that is linked to a macro and it brings a Document Management screen up and allows you to save the file into a new Lotus Notes Document.
    We are now trying to get the same functionality into Adobe Reader, whereby a user can open a PDF they have on their PC and then go to a menu item and it will perform similar function to our macro/VB that we have setup in MS Word & Excel.
    Does anyone know of anyone who has developed such an idea or could point me in the right direction of where to start developing as I have never developed any add-in/plug-ins for Adobe Reader.
    This needs to be done really in Visual Basic, but any help would be great
    Thanks
    Ian

    You start by downloading the Acrobat SDK.
    In the SDK is information about developing a plugin for Reader, which will require you to obtain a license from Adobe.  Submit the necessary paperwork to see if you are approved.   It doesn’t make much sense to start development if you don’t get approval.
    Once approved, you will want a copy of Adobe Acrobat for development as it’s easier than developing with Reader.
    Plugins are developed in C/C++ and there are samples in the SDK.

  • Javascript Detection of Adobe reader plugin for Adobe version 9.0

    Hi,
    I'm working on a javascript utility that finds out the version of the adobe reader plugin that is installed in firefox and IE.
    The firefox code works fine but I can't detect Adobe version 9.0 for IE using the following code.
         var LATEST_ADOBE_ACROBAT_VERSION = 9;
         //Look for versions >= 7
          for (var i = 7; i <= LATEST_ADOBE_ACROBAT_VERSION; i++){
             pluginFound = detectActiveXControl('AcroPDF.PDF.' + i);
             if (pluginFound) {
                acrobatVersion = 7;
                Document.write("Adobe Version : " + String(acrobatVersion));
                return acrobatVersion;
    The detectActiveXControl('AcroPDF.PDF.9'); function call results in an object does not exist exception at runtime despite the fact that I have adobe reader 9 installed on my machine. So I assume that the name of the object has been changed for Adobe 9.
    Ihave been googling for most of the afternoon to try and find the correct object but no luck so far. If anybody knows the name of the object for adobe reader 9 and wants to let me know it would be greatly appreciated.

    Hello everyone !
    I have a similar problem... I am currently using both, Safari(5.1) and Firefox(10.0), please don't judge me Runnin on OSX Lion 10.7.2
    I recently installed a plug-in for PDF files on Firefox called Schubert|it PDF Browser Plugin (recommended by mozilla.support.org) since I was unable to open PDF files without downloading them, then open them with Preview.
    I was really satisfied, works great, although i had to make some adjustments to get it started !
    Unfortunately, when I switch back to Safari, the plug kicks in. Now, as I remember, Safari has a "built-in" Adobe Reader plug in and it work just fine.
    My Question is: Is it possible to affetct the Schubert it PDF Browser Plugin for Firefox and keep Adobe for Safari ? Otherwise, I would almost prefere to have AdobeReader for both of them, since i have good experience with it.
    Thank you in advance
    YA92

  • Per-user location for adobe reader plugins

    I am working on an installer which for a per-machine installation, copies a plugin to Adobe Reader's plugins directory (C:\Program Files (x86)\Adobe\Reader 9.0\Reader\plug_ins). But for a per-user installation, it won't have access to this directory. So, is there a per-user location for Adobe Reader/Acrobat plugins where this plugin can be installed?
    OS: Microsoft Windows 7

    There is no per-user location.

  • Developing an Add-in for Adobe Reader to check Open PDF's into Lotus Notes

    Hi
    We currently have a document management solution in MS Word & Excel, where by you can open/create a document click a button that is linked to a macro and it brings a Document Management screen up and allows you to save the file into a new Lotus Notes Document.
    We are now trying to get the same functionality into Adobe Reader, whereby a user can open a PDF they have on their PC and then go to a menu item and it will perform similar function to our macro/VB that we have setup in MS Word & Excel.
    Does anyone know of anyone who has developed such an idea or could point me in the right direction of where to start developing as I have never developed any add-in/plug-ins for Adobe Reader.
    Thanks
    Ian

    Try the forum for Acrobat SDK:
    http://forums.adobe.com/community/acrobat/acrobat_sdk

  • Plugin for Acrobat Reader cannot use DigSig methods?

    Hi,
    I have an acrobat plugin created using acrobat sdk 9, registered using PubSec. Now, i want to make it run for adobe reader aswell. but i read the following somewhere:
    You may not use the Adobe Reader key to develop or enable your plug-in or any other software or hardware to perform or enable any of the following:
    Add functionality to Adobe Reader that is substantially similar to functionality in commercially available Acrobat products
    Accept navigational commands from an application other than Adobe Reader
    Create, remove, or modify any Enabling Rights (including but not limited to permissions added to a PDF file with a product such as Adobe LiveCycle™ Reader Extensions (formerly Adobe Reader Extensions Server)
    Save or modify any Acrobat file (including without limitation PDF, FDF, or annotation)
    Extract and save any content from a PDF file (other than submitting form data to a remote server)
    Use any APIs from the Forms or DigSig Host Function Tables (HFTs)
    Modify the appearance of Adobe Reader
    Remove the menu item that calls up the "About" screen in Adobe Reader
    Implement a Replacement File System (RFS) for Adobe Reader"
    Does this mean that i cannot use a plugin registered using DigSig HFT   OR    that i cannot use DigSig methods in my plugin, which i have used generously?
    If the latter, then does this mean i'll have to remove all DigSig method usage from my plugin?
    Thanks

    It means you need a special Reader-enabling license.  When you send in your Reader IKLA (integrated key license agreement) you need to specify that you are doing something related to DigSig so that they can send you the revised agreement and pricing model.

  • Successfully downloaded and installed Adobe Reader on my PC ... ( Windows 7 home premium (64 bit) OS).  Cannot print adobe documents... Error message indicates need to install plug-in for adobe reader for windows 7 home premium (64 bit) OS               

    Cannot print adobe documents ... Error message indicates a need to install plug-in for adobe reader.
    Please advise how/where to locate the required adobe reader plug-in...
    Thank you,
    Joe Curcio

    What is the full and exact message you are getting?
    If the PDF contains Rich Media, the Flash Player plugin may be required: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe

Maybe you are looking for

  • ITunes Match sometimes skips / plays songs with exclamation marks

    Using iTunes Match (v10.5.3) from my MacBook (OS X 10.6.8) I synched about 60G of music located on an external hard drive connected to my home-based AirPort Extreme base station into Apple's cloud. It works great from my iPhone and the iMac in my rem

  • PO Reminder Report

    Hi Guru's Is there any std report for PO Reminder please reply Tanks in advance Regards Sameer

  • 1607 Error while installing iTunes for Windows

    I have a new laptop that i just picked up. Its a gateway with windows xp media center edition,2.0 gb of ram and a AMD Athlon 64. I am trying to install iTunes on it so i can stream my library on to it from my MacBook. When ever i try to do this i kee

  • Tables on SQL server not showing

    I'm connecting to an SQL database hosted online; I have created many tables (the owner is usr1234) and created the DSN in DWMX2004. DW is connecting to the database but I can see only tables owned by dbo. I can't see all the other tables. What am I d

  • Content Server. Create fields information

    Good. The question is the following one: From the administration of content server -> Applets of administration -> Manager of configuration -> fields of information, i create a new field of type tree. Once created, I press on " Editing Tree " and the