开发者

what is the best way to convert html to postscript? in java

开发者 https://www.devze.com 2022-12-21 02:21 出处:网络
what is the best way ( if there is any ) in 开发者_运维问答java to convert html with css2 support to

what is the best way ( if there is any ) in 开发者_运维问答java to convert html with css2 support to postscript file ?


Are you on linux? If so your best bet might be to first convert to pdf, and then use the command line utilty pdf2ps. According to this question iText does html to pdf, although the CSS support may not be great.


I think your best bet is iText which is a java library with support for direct HTML to PDF translation.

0

精彩评论

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