开发者

Java EE: Print pdf on the fly

开发者 https://www.devze.com 2022-12-26 11:12 出处:网络
In my web application (Java EE), I would like to print a pdf file generated on the serv开发者_如何学JAVAer side

In my web application (Java EE), I would like to print a pdf file generated on the serv开发者_如何学JAVAer side on the fly in the client side without opening it. The files could be one or many. Is this possible?


I think it is not possible, except if you require clients to install a special application first.

Not just Java EE, it would be the same with any server-side technology.


You either need an additional Java library or to pass it to native code. There is a blog article with some suggestions at http://www.jpedal.org/PDFblog/2010/01/printing-pdf-files-from-java/

0

精彩评论

暂无评论...
验证码 换一张
取 消