我使用 php
我想读取一个 url ex http://www.cnn.com
创建一个新的 pdf 并存储到服务器
im using php
I want to read a url ex http://www.cnn.com
create a new pdf and store to the server
试试这个:http://code.google.com/p/wkhtmltopdf/。它是开源的,似乎基于 WebKit 引擎,目前许多浏览器(Chrome、Safari、iOS、Android)都在使用该引擎。它还具有PHP 绑定!
以下是 GitHub 页面的链接:https://github.com/mreiferson/php-wkhtmltox 。
Try this: http://code.google.com/p/wkhtmltopdf/. It's open source, and seems to be based on the WebKit engine, which is used in many browsers today (Chrome, Safari, iOS, Android). It also has PHP bindings!
Here's the link to the GitHub page: https://github.com/mreiferson/php-wkhtmltox.
您不能仅从网页创建 pdf。特别是如果您不想将整个内容制作成 jpeg 并将其填充到 pdf 中。
You can't just create a pdf from a web page. Especially if you don't want to make a jpeg of the whole thing and stuff that in a pdf.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
试试这个:http://code.google.com/p/wkhtmltopdf/。它是开源的,似乎基于 WebKit 引擎,目前许多浏览器(Chrome、Safari、iOS、Android)都在使用该引擎。它还具有PHP 绑定!
以下是 GitHub 页面的链接:https://github.com/mreiferson/php-wkhtmltox 。
Try this: http://code.google.com/p/wkhtmltopdf/. It's open source, and seems to be based on the WebKit engine, which is used in many browsers today (Chrome, Safari, iOS, Android). It also has PHP bindings!
Here's the link to the GitHub page: https://github.com/mreiferson/php-wkhtmltox.
您不能仅从网页创建 pdf。特别是如果您不想将整个内容制作成 jpeg 并将其填充到 pdf 中。
You can't just create a pdf from a web page. Especially if you don't want to make a jpeg of the whole thing and stuff that in a pdf.