HTML ->

3 Cevap php

Possible Duplicate:
Convert HTML + CSS to PDF with PHP?

Nasıl bir HTML sayfası, bir PDF dosyası ($cURL ya da bir şey ile) dönüştürebilirsiniz?

3 Cevap

Bunu birçok komut, bazıları vardır:

HTML_ToPDF 3.5

HTML_ToPDF is a PHP class that makes it easy to convert HTML documents to PDF files on the fly. HTML_ToPDF grew out of the need to convert HTML files (which are easy to create) to PDF files (which are not so easy to create) fast and easily.

HTML 2 PDF - a PHP script

Get a HTML text and generate a PDF file to make it printer-friendly. This PHP script is based upon FPDF PHP script (www.fpdf.org). More info can be found on the home page (http://html2fpdf.sourceforge.net/).

dompdf

Handy for PHP developers looking to generate PDFs from their HTML content: dompdf is an HTML to PDF converter written entirely in PHP5. It has no dependencies on external libraries (e.g. html2ps) and it supports CSS 2.1.

Eğer teslim dompdf? Var

Deneyin: "wkhtmltopdf" sadece büyük iş (ve açık kaynak). Bu (safari, krom tarayıcılar tarafından kullanılan) webkit motorunu kullanır ve kullanımı çok kolaydır:

wkhtmltopdf stackoverflow.com/questions/1702834/ output.pdf

Deneyin! Linux ve Windows için de. Kolay kurulum. : Eğer ubuntu, türünü kullanırsanız

aptitude install wkhtmltopdf

Sonra PHP sadece exec () komutunu kullanabilirsiniz.