Code Monkey home page Code Monkey logo

jspi's Introduction

JSPI - Java Internet Printing Protocol Implementation

This library enables you to add remote printing capabilities to your Java applications running on servers and other client applications.

Usage

Adding dependency using Apache Maven

  1. Clone the project

    Execute git clone https://github.com/bhagyas/jspi

  2. Install artifact on your Maven repository

    Change into jspi-core project and execute mvn clean install or mvn deploy. Note that you might need to skip the tests when building the project.

  3. 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>
    

API and Examples

Examples are available in the jspi-core/src/test directory along with the tests.

Notes from the History :

jspi

This project is based on the original project exported from code.google.com/p/jspi (LGPL)

Description:

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.

Authors

Original library author information can be found on the Google Code project location.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.