Is It Possible to Interface With Adobe Reader

1 replies
Hello everyone,

This is my first post here and I'm trying to gain some knowledge, education and maybe even some advice.

What I'm hoping to learn is if it's possible to develop what I would consider to be a software application that would interface with "Adobe Reader", something that would add a particular function to the Adobe Reader and allow the graphical changes to be saved on the users document (without changing the content of the document).

I hope you can understand basically what I'm trying to describe, as I don't possess the technical knowledge to understand and relate to things in terms of "code".

I hope I'm being clear enough to explain what I am looking for, if not please ask questions and I'll try to explain more clearly.

Basically I am trying to find out what type of "code" Adobe Reader is written in and if it's possible to interface with it graphically and then save the results to a document on my machine.

I hope I'm not being too cryptic but this is an idea I have for a product and I am trying to find out if it's feasable or not.


Thanks for all your help and advice,


Jeff Walters
#adobe #adobe reader #interface #reader
  • Profile picture of the author Sean Kelly
    Hi Jeff, yes it is possible.

    You can add new menu items (for example) by inserting a tiny piece of Javascript code into one of the Adobe reader's installation folders.

    eg:
    C:\Program Files\Adobe\Reader 8.0\Reader\Javascripts

    You can also develop plugins for Adobe Reader and you must register their name to ensure it does not clash with an existing plugin. It's all free as long as you do not try to create DRM (digital rights management) tools in which case Adobe will require you to pay $50k per annum in licensing fees.

    Sean
    Signature
    http://javadocs.com - Javadocs
    {{ DiscussionBoard.errors[174176].message }}

Trending Topics