English 中文(简体)
(超文本 + CCS3 Generated Content for paged Media) to PDF? [闭门]
原标题:(HTML + CCS3 Generated Content for Paged Media) to PDF? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers.

更新问题,只通过

Closed 6 years ago.

http://www.w3.org

如果没有这样的申请,那么我能把什么作为建立这种兑换者的基础?

增 编

最佳回答
问题回答

wkhtmltopdf应当处理这一非常好的事情。

http://code.google.com/p/wkhtmltopdf/

Searching the web, I have found several command line tools that allow you to convert a HTML-document to a PDF-document, however they all seem to use their own, and rather incomplete rendering engine, resulting in poor quality. Recently QT 4.4 was released with a WebKit widget (WebKit is the engine of Apples Safari, which is a fork of the KDE KHtml), and making a good tool became very easy.good tool became very easy.

DOMPDF is an open source PHP project to convert HTML to PDF documents, but it doesn t support CSS3 generated content, but the project is very active. You are welcome to participate ! It s CSS 2.1 support is pretty good, and a few CSS3 properties have been added recently in the SVN trunk.





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!