如何使用php从markdown生成pdf?

发布于 2024-11-17 19:28:29 字数 165 浏览 2 评论 0原文

我正在寻找一种使用 PHP 从 Markdown 文件制作 pdf 的解决方案。 我还需要使用自定义样式。所以我想知道解析 markdown 然后使用 webkittopdf 并使用自定义 css 样式是否可以做到这一点。

你使用过任何可以完成这项工作的东西吗? 有什么线索吗?

谢谢

I'm looking for a solution to make a pdf from a markdown file using PHP.
I need to use custom styles as well. So i'm wondering if parsing markdown then going with webkittopdf and using custom css styles will do it.

Have you used anything that can make the job ?
Any clue ?

Thanks

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

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

发布评论

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

评论(1

烧了回忆取暖 2024-11-24 19:28:29

看看 PrinceXML。

它绝对是最好的 HTML/CSS 到 PDF 转换器,尽管它不是免费的(但是,嘿,你的编程也不是免费的,所以如果它节省了你 10 个小时的工作时间,你就可以回家了。)

另外我会推荐你尝试这个:http://www.tcpdf.org/
我成功地将带有 CSS 的 HTML 页面转换为 PDF 文件。

Have a look at PrinceXML.

It's definitely the best HTML/CSS to PDF converter out there, although it's not free (But hey, your programming is not free either, so if it saves you 10 hours of work, you're home free.)

Also I would recommend you to try this one: http://www.tcpdf.org/
I had a lot of success converting HTML pages with CSS into PDF files.

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