Developers may integrate DocuCom PDF Driver
into their own products with a variety of options or have
PDF Driver customized for application toward a specific purpose.
Many major software and hardware companies have already included
Zeon DocuCom PDF technology within their products. Please
contact sales@pdfwizard.com
for details.
DocuCom PDF Driver
The
SDK Document for DocuCom PDF Driver Version 7 is available
by request only. (Please visit Online
Support for more information)
Application Form for SDK License
Controlling DocuCom PDF Driver
Download and use DocuCom PDF Driver SDK 7 to write programs
that modify the behavior of the PDF Driver program. All attributes
(or control settings) presented in the "User Interface"
are accessible to programmers, and you can synchronize print
jobs by listening to Driver-generated messages.
INI Control Settings: Control settings of PDF Driver are
stored in several INI files referenced by PDF Driver through
Windows Registry - per user basis. Programmers can use necessary
Windows APIs to read from or write to those control settings.
You can also include application-specific private data in
PDF documents or decide how to display a PDF document when
opening it. Later, compatible applications can retrieve the
information for post-processing.
Synchronizing Print Jobs
Starting from 6.0, the NT/2000/XP version of PDF Driver supports
multi-threaded printing. To print multiple files simultaneously
and each with its own set of control settings, you need to
synchronize the timing that Driver accesses INI files, because
all jobs share the same Windows registry. Typically, you fire
the first print job and wait the "Start Print" message
issued by PDF Driver before firing the next job. To synchronize
the multi-threaded PDF creation process, application developers
must process the "Start" and "Finish"
messages of each print job adequately.
Suppressing the Save AS Dialog Box
One of the most frequently asked questions about DocuCom PDF
Driver is how to suppress the Save As dialog box, thereby
controlling the generation of PDF documents without user intervention.
The PDFNAME feature (to suppress the Save As dialog box) is
enhanced to simplify the task. Once you set a target PDF filename,
the Driver will not display the Save As dialog box. See DocuCom
PDF Driver SDK 7 for more information.
|