The following demo programs are in separate EXAMPLES subdirectories of the path where you installed your product (such as C:\LEADTOOLS23\Examples\
).
The executable files for these examples were compiled with all LEADTOOLS capabilities unlocked. However, for redeployment, some of these capabilities require product-specific unlock keys. Otherwise, if you recompile the examples, the resulting executable files will not have the locked capabilities.
To unlock and redeploy these capabilities, you must purchase an appropriate product license, such as that included with a LEADTOOLS Document/Medical toolkit.
The following demos are available:
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Printer | \Examples\VirtualPrinter\C\Printer | \Bin\CDLL\<Win32/Win32/x64/x64>\Printer.exe |
Demonstrates how to create a virtual printer Shows how to create and run a virtual printer using the LEADTOOLS SDK |
Demo Name | Source Code Path | Description |
---|---|---|
Printer Client | \Examples\VirtualPrinter\C\PrinterClientDemo | Demonstrates the implementation of a LEADTOOLS client network printer assembly. This project creates a DLL that demonstrates handling the LEADTOOLS Virtual Printer Client callbacks. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Printer Client Installer | \Examples\VirtualPrinter\C\PrinterClientInstallerDemo | \Bin\CDLL\<Win32/Win32/x64/x64>\PrinterClientInstallerDemo.exe |
Demonstrates using the API for installation of the LEADTOOLS Network Client Printer. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Printer Server Config | \Examples\VirtualPrinter\C\PrinterServerConfigDemo | \Bin\CDLL\<Win32/Win32/x64/x64>\PrinterServerConfigDemo.exe |
Allows you to install a network printer and configure it |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Printer Server | \Examples\VirtualPrinter\C\PrinterServerDemo | \Bin\CDLL\<Win32/Win32/x64/x64>\PrinterServerDemo.exe |
Demonstrates receiving print jobs and saving them to disk files. Receives custom data from the client machine. The additional data can be any user specific data, for example, the "File Save Name" and the desired "Save Format". |
For the most current list of demos available, refer to LEADTOOLS Installed SDK Demos.
For more code samples, refer to:
Virtual Printer Getting Started