The PDF JobReady SDK consists of two primary components - a client-side component and a server component - and a set of deployment tools for packaging and distributing customized printer drivers on Windows and MacOS machines.
The client-side component is the heart of PDF JobReady. It includes a PostScript driver; PS-to-PDF converter (via Normalizer API, the core API of Distiller); PDF encrypter (via Adobe PDF Library SDK); and an http/https file transmitter. To the end user, however, all of this just appears as a printer driver; and when the user prints to this driver, the following steps occur:
Steps 1-3 occur 'behind the scenes'; the end-user is presented with simple, intuitive workflow.
The PDF JobReady server component performs a simple set of tasks: it receives the job ticket information and the encrypted PDF; decrypts the PDF; and passes the bundle to the rest of your print workflow for further processing and fulfillment. This server component is sometimes called the PDF JobReady Decryptor.
Included in the PDF JobReady SDK is a client builder "wizard" used to create printer driver installers for end users. Using the wizard, the installation process itself can also be customized, to reflect vendor-specific branding, with vendor-specific settings.
The PDF JobReady server-side component is available on Solaris, Linux, MacOS and Windows Server. Both IIS and Apache webservers are supported.
The PDF JobReady client-side component is available for both MacOS and Windows.
The latest requirements can be found in our Knowledgebase.