将 HTML 表单导出为 .PDF 或 .DOC

发布于 2024-12-20 03:01:23 字数 131 浏览 1 评论 0 原文

我有一个带有一些 html 表单的网站(有一些文本输入、复选框等),我需要这个:当用户提交此表单时,它们将通过带有填充表单的 pdf 或 doc 格式的邮件发送。所以我可以打印与用户提交的内容完全相同的内容。最好或最简单的方法是什么?
谢谢

I have a site with some html forms (there are some text inputs, checkboxs, etc..), I need this: when user submit this forms, they will be send by a mail in pdf or doc format with filled forms. So I can print exactly the same what user submitted. What is the best or easiest way how to do this ?
Thank you

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

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

发布评论

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

评论(3

桃扇骨 2024-12-27 03:01:23

你不能做这个客户端,这实际上取决于你使用的后端技术。如果您使用 .NET,那么 Aspose 是一个非常易于使用的工具包,用于填写/操作 pdf 和 .docs

对于 php,请查看pdftk(pdf 工具包)

You can't do this client side, it really depends on which back-end technology you are using. If you are using .NET then Aspose is a really easy to use toolkit for filling in/manipulating pdfs and .docs

For php have a look at pdftk (pdf toolkit)

如痴如狂 2024-12-27 03:01:23

最好的方法之一是使用 iText http://itextpdf.com

One of the best way is using iText http://itextpdf.com

瀞厅☆埖开 2024-12-27 03:01:23

如果您使用 PHP 处理表单,则可以生成表单输入的 HTML 摘要,然后使用 http://code.google.com/p/dompdf/

Provided you're using PHP for processing the form you can generate an HTML summary of the form input and then convert it to PDF using a tool such as http://code.google.com/p/dompdf/

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