Silent Printing of PDF From Within Java
Posted
by Paul Reiners
on Stack Overflow
See other posts from Stack Overflow
or by Paul Reiners
Published on 2009-09-10T20:13:12Z
Indexed on
2010/05/31
23:23 UTC
Read the original article
Hit count: 293
We are looking into silent printing of PDF documents from within Java. The printing will be invoked from the desktop and not through a browser so we cannot use JavaScript. PDF Renderer is an operational solution but their rendering quality is not acceptable. iText does not seem to be pluggable with the Java print service. There are some commercial Java libraries, jPDFPrint by Qoppa, JPedal, and ICEpdf which we have not tried out yet.
Does anybody have any experience with PDF silent printing from Java?
© Stack Overflow or respective owner