gpt4 book ai didi

css - 以编程方式从网页创建PDF

转载 作者:技术小花猫 更新时间:2023-10-29 10:32:52 26 4
gpt4 key购买 nike

我在 html 页面 (www.mysite.com/resume.html) 中有我的在线简历。每次我需要它的 PDF 版本时,我都会使用 Google Chrome 的打印对话框将其保存为 PDF,它使用我的打印 CSS 样式表。

我希望能够导航至 www.mysite.com/resume.pdf 以始终拥有最新的 PDF 版本,而无需手动通过 Google Chrome。有没有办法以编程方式自动从简历 html 创建 resume.pdf?如果我能编写一个每 24 小时运行一次或类似的脚本,那就太好了。

最佳答案

PhantomJS 非常适合这个。它从命令行调用 WebKit 实例,然后可用于输出到 PDF 等文件。

幻影:

http://phantomjs.org/

将屏幕输出导出到文件的具体说明:

http://phantomjs.org/screen-capture.html

例如:

phantomjs rasterize.js 'http://www.example.com/resume.html' resume.pdf

关于css - 以编程方式从网页创建PDF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16803294/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com