如何使用php从markdown生成pdf?
我正在寻找一种使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 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.