Virtual Printer Driver C DLL

LEADTOOLS Virtual printer now supports Network Printing, users can install a network printer on a server machine, and print to it from any client machine, users can customize the printing process on the server and the client, the whole printing process is fully customizable; user can pass back and forth any raw data from the server side to the client side then use this data to create any dynamic dialog, for example, the user may define a structure that contains, a list of file format and save locations, and then pass this list to the client printer, the client printer in turn, receives this data and initialize a demo dialog depending on the data received.

The LEADTOOLS C DLL provides the lowest level of Virtual Printer Driver functionality.

The LEADTOOLS installation program installs a sample LEADTOOLS Virtual Printer for you. When you print to this printer from any Windows application, the example program will execute and you can then save the print job as a document file or raster image file.

DLL

LIB

Header File

Help File

Demo Project Source Code

LTPRINTER?.DLL

LTPRINTER_?.LIB

LTPRINTER.H

C DLL Help

\Examples\CDLL\PRINTER