Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java中将具有css2支持的html转换为postscript文件的最佳方法是什么(如果有的话)?
你在linux上吗?如果是这样,您最好的选择可能是首先转换为 pdf,然后使用命令行 utilty pdf2ps。根据this question iText does html to pdf,虽然CSS支持可能不是很好。
pdf2ps
我认为你最好的选择是iText,它是一个支持直接 HTML 到 PDF 翻译的 java 库。