English 中文(简体)
Convert html to pdf file with php
原标题:Convert html to pdf file with php

I need to convert the html receipt to pdf file. in html file I also have php information. How can I provide such a thing? could you suggest me with codes.

问题回答

这将是一个列入清单的问题,但我们将DOMPDF作为“能力”建议加以使用,并拒绝,因为当表上超过一页时,它是一个REAL麻烦制造者。

我们已迁到,这在我看来是更好的。 它在生产环境中使用,每天寄出大量pdf。 它使用网基使eng(青年知道,是神学使用的)因此繁琐:

您是否对DOMPDF项目进行了研究? 它只是岩石......

如果这还不够,你可能希望放弃。 StackOverflow本身:

HTML + CSS to PDF with PHP?

利用这一手段将html自动改为:

rel=“nofollow”>www.tcpdf.org

Try this

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

它与一家药店一样:

我的公司拥有一个名为DocRaptor的产品,利用吉大港山区生产者服务公司的请求将超文本转换为PDF。

DocRaptor是利用王子建造的,其质量优于类似方案。

这里与DocRaptor的主页连接:

rel=“nofollow”>DocRaptor

I am using this code there is no need to installation of any thing . http://sourceforge.net/projects/html2fpdf/





相关问题
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!

热门标签