PDF printing in java
Posted
by Julia
on Stack Overflow
See other posts from Stack Overflow
or by Julia
Published on 2010-05-21T11:33:01Z
Indexed on
2010/05/21
11:40 UTC
Read the original article
Hit count: 237
Hello,
is there a way to print pdf files from a java webapplication on the local printer of the end user (connected via vpn)? The simple lookup of a printer via Java Printing Service always returns printer which are not able to print pdfs. Are there other libs which can be used for printing in java?
By the way, just opening the pdf in the browser is not an option, though it must be possible to run scheduled batch printing without user interaction.
Thanks in advance
© Stack Overflow or respective owner