Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.4 KB

README.adoc

File metadata and controls

34 lines (28 loc) · 2.4 KB

Print service lookup a virtual printers

MIT License Java 11 Java 17 Java 21 Release Maven Central Quality Gate Status javadoc CI

Usage

In order to use the virtual printer you simply have to put the library on your class path. From this point on you will find a least one printer VirtualPrinter and therefore a default printer even you do not have any actual printer installed.

In the case where printers have been installed you find an additional VirtualPrinter as one along them.

In case of a virtual-printer-names resources exists on the class path, all non empty lines after trimming all leading and tailing whitespace characters will used to create virtual printer names in the order of their location on the class path. Duplicate names will be skipped.

Contribute

Contributions are always welcome. Use Google code style format for your changes.

License

This project is licensed under the MIT license