Showing posts with label Yii Extensions. Show all posts
Showing posts with label Yii Extensions. Show all posts

Wednesday, October 10, 2012

HTML TO PDF IN YII FRAMEWORK

Download the files using below link to generate html to PDF files.
Download HTML2PDF

Next: Extract it and you will get following folders and files Folder _class _tcpdf_5.0.002 locale Files html2pdf.class Next: Create Folder inside extension of yiiframework as "tcpdf". Copy above files and folders and paste into "tcpdf" folder. Next: html2pdf.class has contains "HTML2PDF" class. I changed html2pdf.class file name as "HTML2PDF" (For my use) Call this view from controller.
Ex. In reportview.php Ex: In reportviewcontent.php I configured pdf page in reportview.php and put content separately in reportviewcontent.php
Read More...