PrintService for Vaadin - Vaadin Add-on Directory
Enables standard Java Print API in Vaadin clientsPrintService for Vaadin makes it possible to enable printing in a Vaadin application much like you would in a Swing application. It supports the standard PrintService interface already available in Java and handles the transportation to the client behind the scenes. The addon prints silently without displaying a print dialog on each print.
The client is required to have Java installed as it uses a hidden applet for printing.
This Addon is experimental at the moment, but it should work for most cases. More documentation will be available later on.
Author HomepageIssue Tracker
Source Code
Discussion Forum
PrintService for Vaadin version 0.0.1
null
PrintService for Vaadin version 0.0.2
Removed unused classes from applet resulting in a much smaller applet.
Improved building process.
PrintService for Vaadin version 0.0.3
Improved buildprocess.
PrintService for Vaadin version 0.0.4
Again fixes for build(Should fix its availability in Vaadin directory)