Virual Printer Tutorials
Here you can find different examples how to use our virtual printer technology in your applications. For your convenience, we are implementing each example in few different languages.
1. Sample Client application
- used for testing and development purposes. This application demonstrates how
to use an INI file to write print job information and paths to the generated
files.
More details...
Download Sample Client Application:
◊ Virtual Printer for C++/MFC
◊ Virtual Printer for Delphi
◊ Virtual Printer for C#
◊ Virtual Printer for VB.Net
◊ Virtual Printer for VB6
◊ Virtual Printer for few languages
2. Print Previewer
- a sample application demonstrating the features of the virtual printer.
Print Previewer, which may be used in custom client applications, provides
detailed information about printed files and displays the EMF files inside a
form. The sample contains code that outputs the metafile to the screen.
More details...
Download Print Previewer:
◊ Virtual Printer for C++/MFC
◊ Virtual Printer for Delphi
◊ Virtual Printer for C#
◊ Virtual Printer for VB.Net
◊ Virtual Printer for few languages
3. Printer Configuration
- a sample utility for configuring the virtual printer. This utility
permits setting such parameters as the client application path, transfer mode
of the INI file path, and the folder to save the generated files. (The printer
may print to EMF, PDF, TXT, JPEG, TIFF, or BMP files.)
More details...
Download Printer Configuration:
◊ Virtual Printer for C++/MFC
◊ Virtual Printer for Delphi
4. Collecting Multiple Documents
- in this example we'll create a more powerful client which will be able
to collect files from multiple printed documents into collection and transfer
them in a zip archive to a remote machine using ftp or http protocols.
More details...
Download Collecting Multiple Documents: