This library enables you to add remote printing capabilities to your Java applications running on servers and other client applications.
-
Clone the project
Execute
git clone https://github.com/bhagyas/jspi
-
Install artifact on your Maven repository
Change into
jspi-core
project and executemvn clean install
ormvn deploy
. Note that you might need to skip the tests when building the project. -
Add as a dependency
Add the following on your
pom.xml
<dependency> <groupId>com.xinterium.jspi</groupId> <artifactId>jspi-core</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
Examples are available in the jspi-core/src/test
directory along with the tests.
This project is based on the original project exported from code.google.com/p/jspi (LGPL)
We realize a pure java implementation of the internet printing protocol (ipp) implementing Java Print Service API (jsp). This implementation can be useful for both server and client side code, so this helps in high level printing services, virtual printers for document conversion and so on.
- Bhagya Silva (https://about.me/bhagyas)
Original library author information can be found on the Google Code project location.