Converting HTML to PDF (not PDF to HTML) using PHP [closed]
问题 I am a PHP developer and in one of my projects, I need to convert some HTML documents (about 30 to 50 pages) into PDF documents. My search has turned up the following possible solutions. Among them are some PHP libraries and some command line applications. Each has its own advantages and disadvantages. PHP libraries: fpdf (need more effort to convert) tcpdf (need more effort to convert) html2fpdf http://html2fpdf.sourceforge.net html2pdf http://html2pdf.fr/ dompdf http://code.google.com/p