WANTED: Acrobat Plug-in Developer

We need a developer on contract basis to develop a plug-in for Acrobat (Reader prefered, but we understand it requires a special key).
The plug-in needs to work on both Windows and Mac.
Requirements are:
1. Add a "Save to" and "Open From" menu so users can save a pdf file to our web server and open a pdf file from our web server
2. "Save to", "Open From" will trigger a dialog box that have a couple more dropddown fields that users should select.
3. A "Setup" dialog for user to enter web server url, username and password. The information must be saved locally so users don't have to enter again.
This is for Phase I.
For Pharse II, we would like to merge data from our server to PDF forms automatically.
We have a similar plug-in for Word and we can share the c# source code so the development should not be hard for an experienced acrobat developer.
If interested, please contact me directly at [email protected]
Thanks.
Annie

See if you can find a NPPDF32.DLL files in the Firefox program folder (C:\Program Files\Mozilla Firefox\)
You can see the installed plugins on the about:plugins page.
* http://kb.mozillazine.org/about%3Aplugins
You can set the pref plugin.expose_full_path to true on the about:config page to see the full path of plugins on the about:plugins page.
It is best not to leave that pref set to true as it exposes that full path to web servers, so reset that pref to false after you are done with the about:plugins page.
You can open about:plugins and about:config via the location bar, like you open a website (about: is a special protocol to access some build-in pages).
If you get a warning when opening the about:config page then you can confirm that you want to continue.
See Manually uninstalling a plugin:
* https://support.mozilla.com/kb/Troubleshooting+plugins

Similar Messages

  • Ducallbacks.h and Acrobat SDK XI Plug-in Development

    I am new to plugin development and am in the process of upgrading a plug-in developed under Acrobat 5.  The SDK XI API documentation under "Plug-ins and Applications > Developing Plug-ins and Applications > Understanding Plug-ins > About plug-in initialization > Handshaking" references the DUCallbacks.h header file. 
    I have that header file in the Acrobat 5 SDK, but I do not see it in the current Acrobat XI download and I don't see any usage of it in the SDK XI samples.  Am I missing files or is Ducallbacks.h no longer part of the SDK? If it's not a part of the SDK any longer, is there an updated version of the plug-in developer's guide that discusses handshaking under the current SDK?  I have searched the Adobe site and not found anything newer than what's included in the SDK download.
    Thanks!

    Thank you.  It is disappointing that Adobe is releasing an obsolete document with the Acrobat XI SDK.  I wasted several hours trying to track this down.  I will use the sample code from here on. 

  • Developing Acrobat plug-ins for different languages

    I presently have an Acrobat plug-in created specifically for the English version of Acrobat 6 and higher. Can someone tell me in general what has to be done in order to accommodate a different language, i.e., Spanish, German, for those using Acrobat? Would the entire script that creates the .api file necessarily have to be written in the specific language or only parts thereof that produce the desired effect in using it? Thank you ahead of time.

    That's Great! So basically, if I wanted to market a Spanish version for a plug-in that added a calendar to a PDF form, then all I would need to do is change the script to display the text for each calendar month in Spanish as opposed to English. Does that make sense?

  • Who can share some Adobe Reader plug-in development documentation besides SDK documentation?

    Hi,
    I want to develop a Adobe Reader plug-in to realize a function that I can delete/insert the pdf file's content when open a PDF file, but the SDK documentation is too indistinct to me, for example: which callback method I should to call? I read the AS_Layer of the SDK documentation, it seems that the PMSetTextProc should be invoke?  How and where should I to invoke this callback method? The SDK documentation doesn't provide a sample.
    Who can share me some more detailed Adobe Reader plug-in development documentation? or who can give me some advice how to read and use the SDK documentation?

    thank you Test Screen Name, thanks for help me these days.
    I want to realize a function, read a encrypted PDF file's content and then decrypt the content, and show the decrypted content in the PDF file when open a PDF file with Adobe Reader. so I need to call a callback method to capture the moment of open PDF file and display it.
    I read the content of Acrobat Core API of SDK documentation, this documentation describe the Portable Document layer as follows:
    PDFEdit methods deal with the physical representation of a PDF document. More specifically, PDFEdit methods handle page content as a list of objects whose values and attributes are modifiable. These methods allow your plug-in or PDF Library application to read, write, edit, and create page contents and page resources, which may contain fonts, images, and so on.
    I look up PDFEdit_Layer in the SDK API,  not found the callback method to response to open PDF file and display content, so I think that may be my idea is wrong.
    Could you point out my mistakes?

  • How could execute acrobat plug-in in command line?

    I am using acrobat plug-in to develop my own application.
    But I don't want to launch acrobat plug-in feature through acrobat menu item.
    Is it possible to launch acrobat plug-in(.api) with command line or outside acrobat?

    There is no way to do it from the command line, but you can establish
    whatever form of IAC/IPC between your plugin and your external application
    as you wish.  COM - DDE - IPC - named pipes - shared memory - shared files
    - etc....

  • Acrobat plug-in. I get this when try to opem. The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser. Please exit Adobe Acrobat/Reader and exit your Web Browser and try again. Don't problems w/ Internet Explorer-

    Acrobat plug-in.
    The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser.
    Please exit Adobe Acrobat/Reader and exit your Web Browser and try again.

    See if you can find a NPPDF32.DLL files in the Firefox program folder (C:\Program Files\Mozilla Firefox\)
    You can see the installed plugins on the about:plugins page.
    * http://kb.mozillazine.org/about%3Aplugins
    You can set the pref plugin.expose_full_path to true on the about:config page to see the full path of plugins on the about:plugins page.
    It is best not to leave that pref set to true as it exposes that full path to web servers, so reset that pref to false after you are done with the about:plugins page.
    You can open about:plugins and about:config via the location bar, like you open a website (about: is a special protocol to access some build-in pages).
    If you get a warning when opening the about:config page then you can confirm that you want to continue.
    See Manually uninstalling a plugin:
    * https://support.mozilla.com/kb/Troubleshooting+plugins

  • Drag and drop pdf files to Acrobat plug-in dialog

    Hi guys,
    I have an Acrobat plug-in application based on ASDK7 use MFC, it has a UI dialog could make user add files to the dialog.
    Now, I need to implement drag and drop files to the dialog.
    But the file is simply opened by Acrobat always when I drag&drop files.
    Drag&drop works fine in simple MFC project in Windows 7.
    Is there need any settings in Acrobat preference?
    Or how can I stealing drag acceptance from Acrobat App class in code?
    Thanks a lot!

    But Acrobat 9 also cannot work on my Windows XP enviroment.
    I also tried Acrobat 10 on Windows 7, not worked too.
    Thanks for your concerns. Regarding "I would recommend that you submit a formal support case with our Developer Support folks.", what should I do?

  • Is "Acrobat plug-in -'Could not launch Acrobat' " a Firefox or Adobe issue?

    When I link to a PDF / Acrobat file nothing launches and the dialogue box noted above appears. Is there something in Firefox I can adjust to allow the plug-in to launch? Or is this a question I should pose to Adobe? I am using the latest Acrobat plug-in.
    Thanks.

    See if you can find a NPPDF32.DLL files in the Firefox program folder (C:\Program Files\Mozilla Firefox\)
    You can see the installed plugins on the about:plugins page.
    * http://kb.mozillazine.org/about%3Aplugins
    You can set the pref plugin.expose_full_path to true on the about:config page to see the full path of plugins on the about:plugins page.
    It is best not to leave that pref set to true as it exposes that full path to web servers, so reset that pref to false after you are done with the about:plugins page.
    You can open about:plugins and about:config via the location bar, like you open a website (about: is a special protocol to access some build-in pages).
    If you get a warning when opening the about:config page then you can confirm that you want to continue.
    See Manually uninstalling a plugin:
    * https://support.mozilla.com/kb/Troubleshooting+plugins

  • Browser Plug-in development with Java

    Hiya!
    My company wants me to develop a plug-in for different browsers (e.g. Internet Explorer, Mozilla, etc.) running on different platforms (e.g. Windows, Linux, etc). My first thought was that I should develop that plug-in in Java.
    But how to develop a browser specific plug-in in Java? Can I use the Java plug-in provided by Sun for Internet Explorer? Do you think a browser specific plug-in developed in Java meets performance issues. Does anybody have a good idea to avoid long downloading time of JRE if not installed?
    Did someone developed a browser specific plug-in in Java?
    Or is it the better way to step back to C/C++ and develop an ActiveX component, ...
    Please help me out ...
    Best regards
    Gerhard

    Sun provides java plugin support for major OS's and Browsers. They also provide a helpful utility (HTMLConverter) which converts current HTML documents with <APPLET> tags to the corresponding TAGs the plugin utilizes (<OBJECT> for IE and <EMBED> for Netscape).
    Do you think a browser specific plug-in developed in Java meets performance issues?
    The main bottleneck occurs when the applet requires a plugin to be loaded. If loaded over the Internet on a dialup line, this can be substantial. I am testing on an intranet and it takes about 20 seconds to load the jre.
    Here is a link to get started with:
    http://java.sun.com/products/plugin/index-1.4.html
    Pete,
    PS I happen to be using the java plugin myself for the firt time and have run into a problem with installing it for Netscape on Linux. If you have successfully done this I would appreciate any advice. Below is a link to my post regarding the problem.
    http://forum.java.sun.com/thread.jsp?forum=31&thread=285516

  • If i have already logged in my iTunes with my iPod and plugged that in, but now i have a new iPod and I want to plug that in to my laptop how would i do that with out losing anything on my new iPod and my old one. Both my ipods are on different accounts?

    If i have already logged in my iTunes with my iPod and plugged that in, but now i have a new iPod and I want to plug that in to my laptop how would i do that with out losing anything on my new iPod and my old one. Both my ipods are on different accounts?

    Nothing special. See:
    How to Set Up Two iTunes Accounts on One Computer | Chron.com
    iTunes: How to share music between different accounts on a single computer

  • My charger doesn't want to plug in to the phone,it suddenly stopped working.What should I do?, My charger doesn't want to plug in to the phone,it suddenly stopped working.What should I do?

    My charger doesn't want to plug in to the phone,it suddenly stopped working.What should I do?, My charger doesn't want to plug in to the phone,it suddenly stopped working.What should I do? iPhone 5

    Clean the lint/debris from the charging port and plug the cable in.

  • Pleae help me: I want to install oracle developer on win server 2008

    please help me i am try to install oracle developer 10g on win server 2008 but failed because the version of operating system not 5 or 5.1 or 5.2 and it is 6
    so i want to install oracle developer 11g on win server 2008 but i am not found oracle developer 11g to download it
    please any one help me to solve this problem or help me to find oracle developer 11g
    Thank you

    Oracle Developler 11g is now called Oracle Fusion Middleware (FMw) 11g and can be downloaded from the Oracle Fusion Middleware Downloads page. You have to download and install WebLogic Server (WLS) 10.3.3 first, then scroll down and download and install Portal, Forms, Reports and Discoverer (11.1.1.3.0).
    When you install WLS, make sure you do not run the configuration step. When you install FMw, it will configure the WLS as part of it's configuration step.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Want to install Oracle Developer Suite 10g R2 on Windows 7 (64-bit)

    Hi,
    I have windows 7 (64-bit) installed on my laptop. I want to install Oracle developer suite 10g R2 on this machine but when I run the Oracle Universal Installer, it gives me error stating "operating system version: must be 5.0, 5.1, 5.2. Actual 6.1 Failed<<<<
    Exiting OUI.
    Can anyone please help me to solve this problem.
    Thanks in advance.
    Regards

    Developer Suite 10 is not certified or supported to be installed on Win7 (64bit). Although it can be done, you will have problems later if you manage to get it installed. If you really want to have it on your Win7 laptop, I encourage you to install "Windows XP Mode", which is part of Windows Virtual PC. This is free to licensed Win7 users (does not apply to Home edition). Refer to the following:
    http://windows.microsoft.com/en-US/windows7/install-and-use-windows-xp-mode-in-windows-7

  • Acrobat Plug In Container Crashes After Update to Acrobat Pro 10.1.3

    After the 10.1.3 update was applied to Acrobat Pro X for Windows (on Windows 7 64-bit), the Acrobat Plug-In for Firefox crashes intermittently.  A dialog box will appear within the Firefox environment reporting the crash.  Firefox continues running without issue.
    Reported error:
    Faulting application name: plugin-container.exe, version: 12.0.0.4493, time stamp: 0x4f920759
    Faulting module name: Acrobat.dll, version: 10.1.3.23, time stamp: 0x4f7bd9b8
    Exception code: 0xc0000005
    Fault offset: 0x000bdf75
    Faulting process id: 0x1acc
    Faulting application start time: 0x01cd223736e368ee
    Faulting application path: C:\Program Files (x86)\Mozilla Firefox\plugin-container.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.dll
    Report Id: ba947bbf-8e2a-11e1-9d58-5c260a306abe
    I attempted a repair of the Acrobat 10.1.3 install, but this does not resolve the error; nor does reinstalling or updating Firefox to the latest build. 

    ry a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • I need to install Adobe Acrobat plug in to enable download of PDF files

    I run an Apple Mac OSX Version 10.7.5 Please advise me which version of Adobe Acrobat plug in I need, to enable me to download PDF files, which an Australian Gov. dept says I need

    Either download ther trial version of Acrobat and install it or use the free Adobe reader.
    Mylenium

Maybe you are looking for