如何在java中将网页另存为pdf?

发布于 2024-11-28 23:41:20 字数 216 浏览 1 评论 0原文

我有一个使用 JSP、struts 和 jQuery 构建的页面,其数据在页面加载后出现。

我想通过单击按钮将页面保存为包含所有内容和相同格式的 PDF 文件。我可以将 HTML 转换为 PDF,如果我可以保存包含所有内容的页面,我就可以将其转换为 PDF。

用户可以使用任何浏览器加载页面,并且我希望在所有浏览器中执行某些操作。

如何将具有此属性的页面另存为 pdf?

I have a page that built with JSP, struts and jQuery that its data come after page loading.

I want to save the page as PDF-file with all contents and the same format with a button click. I can convert HTML to PDF and if I can save the page with all contents, I can convert to PDF.

The users can load the page with any browser and I want sth to act in all browsers.

How to save a page with this properties as pdf?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

望喜 2024-12-05 23:41:20

您的按钮需要使用相同的 URL 捕获 jsp 的输出,然后将编写的 HTML 传递给飞碟之类的东西。

Your button, will need to capture the output from the jsp using the same URL and then pass the written HTML to something like flying saucer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文