Download The SDK
The DocJet SDK allows you to write your own extensions to DocJet. When you take a look under DocJet's
hood, you'll see that the core executables are really rather small compared to the vast array of extensions
that we have created. These extensions are all compatible with a published set of API's, which you can
access through the SDK.
The SDK provides the API (as an IDL type library and C++ include files), a DevStudio AppWizard, and
"HookTest", an application for testing and debugging your plug-ins.
The SDK does not change as much as the main DocJet application - generally there is a new version of
the SDK each time the IDL definitions for the API's change. SDK version numbers parallel DocJet version
numbers, so you will want to select a SDK version not greater than the version of DocJet that you are
using.