A software development kit is a set of programming tools which allow third party developers access to enhance or modify the behavior of an application or library. Typically, this is done without giving the third party developers access to the original source code of the application or library. See Acrobat SDK.
View Post- Home
- Posts tagged "Acrobat SDK"
Application Programming Interface (API)
A set of tools and/or calling conventions typically developed by a group which allows other programmers or advanced users to alter or enhance the capabilities of an application developed by the group. For example with regard to Acrobat, Adobe makes available an API for the C programming language which allows developers to build plug-ins for […]
View PostAcrobat SDK
The Acrobat Software Development Kit (SDK) is a set of tools that help you develop software that interacts with Acrobat technology. There are really three separate SDK’s that make up the Acrobat SDK: 1. Acrobat JavaScript—Script embedded directly into the document. See Acrobat JavaScript. 2. Plug-ins for Acrobat and Acrobat Reader—Written using the C or C++ […]
View PostAcrobat plug-ins
Acrobat Plug-ins are dynamically-linked extensions to Acrobat or Adobe Reader. They can hook into the user interface in a number of ways and can register to be called when a variety of events occur in the application. An Acrobat plug-in is a program written in ANSI C or C++.
View Post