Thanks to visit codestin.com
Credit goes to github.com

Skip to content

miceZipper/JWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWP 0.1

Java Web Printer interface
The initial very basic release. Just to make it work.

Requirements:

  • Jakarta EE capable Web Application Server. I use Apache TomEE 9.0
  • root rights (temprorary requirement. It has issues when using non-root account ro print)

Installation:

  • Just deploy it and run

Usage:

  1. Choose one of the available print methods.
    • Choose PDFbox if you got Windows. At lt least my tests worked. It uses the PDFbox library to print.
    • Choose CUPS if you got any other OS or PDFbox does not work. Its uses CUPS library.
    • Choose Filesystem if CUPS does not work. It uses the available CLI/terminal environment to run the printing utility.
  2. Choose the required printer or keep it default.
  3. Upload the file (PDF ONLY). If you see the correct application type under the uploading button - it means the file has been uploaded successfully.
  4. Click Print.

About

Java Web Printer

Resources

License

Stars

Watchers

Forks

Packages

No packages published