How to show and deploy a PDF document from Java using WebStart
Posted
by MartinStettner
on Stack Overflow
See other posts from Stack Overflow
or by MartinStettner
Published on 2010-05-10T20:32:56Z
Indexed on
2010/05/10
20:44 UTC
Read the original article
Hit count: 386
Hi,
I want to show a PDF document from a Java (Swing) application in a system independent manner (provided that a PDF viewer is properly installed on the target system).
Also I'd like to deploy this PDF document using Java WebStart.
Could you please tell me the "standard" way to achieve this? (I confess, I'm to lazy/busy to look up the details ...) Thanks!
© Stack Overflow or respective owner