yii-pdf icon indicating copy to clipboard operation
yii-pdf copied to clipboard

A wrapper to some PHP-PDF libraries (mPDF, HTML2PDF)

Results 6 yii-pdf issues
Sort by recently updated
recently updated
newest added

Would you consider removing these dependencies? ``` mpdf/mpdf: dev-master ensepar/html2pdf: dev-master ``` That would allow users to pick only one of these libraries and use specific version.

I suggest to use official package spipu/html2pdf instead abandoned outdated unofficial fork ensepar/html2pdf https://github.com/spipu/html2pdf/

Planned

The extension does not work with the new version of mpdf

* For some reason in mpdf when you try to echo "

I have html a page where # google font is embedded. But when I make pdf then instead of text "squre box" is visible. This happend if I use **mpdf**...

Hi, Im getting server error 500 while using ``` $mPDF1 = Yii::app()->ePdf->mpdf(); ```