当前位置:绿色软件下载下载中心其它源码VC/C++源码 → 软件信息
NED Imager Driver Sourcecode v1.0 Windows 2k inkl
软件类型:源码程序 - 其它源码 - VC/C++源码

软件简介

虚拟图像打印机驱动

NED Image Driver is a printer driver for Microsoft Windows 2000.
It is installed and it operates like any other printer driver. However,
instead of sending documents to a real printer, it creates a multi-page
TIFF file that you can view with any image viewing application that
supports multi-page TIFF files. This is very useful for developing the
print logic in your own applications. You can debug your print logic without
using a real printer - thus saving lots of paper, time and equipment.

The driver calls a DLL, EXIT32.DLL, that creates the TIFF file. This 32-bit
DLL receives a monochrome or 24BPP color bitmap from the driver. Functions
in the DLL are called at the beginning of a print job, at the beginning of
each page, at the end of each page, and at the end of the print job.

The source code for the EXIT23.DLL, which is written in Miscrosoft Visual C++,
is available from Northeast Data Corp. as an option.

By customizing the DLL, you can redirect printing for any application to do
whatever you want with the print stream. All applications will produce a
bitmap that is sent by the driver to the DLL for each page that they print.

As described above, the version of the DLL supplied with the driver produces
color TIFF files or monochrome CCITT G4 TIFF files depending on print options
the application user specifies for their print job. When the document has
finished printing, the EXIT32.DLL launches whatever application you have
specified for displaying files with extensions of .TIF.

If you purchase the source code option for the EXIT32.DLL, you can modify
the EXIT32.DLL to produce whatever file format you want, and to do
whatever you want at the end of the print job.

You use the same technique to install and uninstall the NED Image driver as
you use for installing any other kind of standard Windows 2000 printer driver.
However, you MUST make sure you specify the NUL device for the printer instead
of using LPT1 or any of the "real" PC ports.

下载地址