kartik-v / yii2-mpdf

A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.
http://demos.krajee.com/mpdf
Other
163 stars 149 forks source link

bugfix for appending PDFs with version > 1.4 #40

Closed niklaswolf closed 7 years ago

niklaswolf commented 7 years ago

When trying to append a PDF with version > 1.4, a MpdfException gets thrown by Mpdf. To have the generator function further on, the exception has to be catched and the problematic PDF simply doesn't get appended.