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.
有没有办法将 apache wicket 页面作为 PDF 提供?
我需要专家将 HTML 页面转换为 PDF。此页面是使用 apache wicket 构建的,包含使用 shieldUI 生成的图表。
我尝试使用 html 单元检索其内容,但质量很差。
谢谢,
劳拉
如果您使用浏览器的“文件 > 打印 > 打印到文件 > PDF”功能,您将获得最佳结果。
如果您需要使用代码来完成,那么您可以尝试使用 FlyingSaucer HTML2PDF 库。
Shield UI 图表以 SVG 呈现。因此,您可以使用任何 SVG 到 PDF 的 JavaScript 转换库来完成这项工作。
我刚从谷歌挖出来的一个图书馆是:
https://github.com/CBiX/svgToPdf.js/