Tag Archives: Yii2.0 PDF

Yii Framework 2 : Create PDF Files Using mPDF

mPDF is a PHP class Which is used to create a PDF files from the HTML content in yii2.0. Install mPDF Create PDF Using mPDF Install mPDF Install mPDF Using Composer To include the mPDF package into yii2.0 application folder, add the following code into ‘composer.json’ file and run the command ‘composer update’. Now you […]