تبدیل view به PDF

ساخت وبلاگ
سلام من برای تبدیل ویو  به  PDF  از این اکستنشن دارم استفاده میکنم
https://github.com/yii2tech/html2pdf

و طبق داکیومنتش اینجوری جلو رفتم:

'components' => [ 'html2pdf' => [ 'class' => 'yii2techhtml2pdfManager', 'viewPath' => '@app/', 'converter' => 'wkhtmltopdf', ],

 و در کنترلرم اکشنی نوشتم :
public function actionPdf(){ $result = Yii::$app->html2pdf ->render('/modules/admin/views/banner/_reportView') ->saveAs('output.pdf'); }

ولی این خطا رو میده:
View not Found – yiibaseViewNotFoundException

The view file does not exist: C:WampDeveloperWebsiteswww.tender.comwebrootmodulesadminviewsmodules/admin/views/banner/_reportView.php

اگه هم اینجووری آدرس بدم:

$result = Yii::$app->html2pdf ->render('modules/admin/views/banner/_reportView') ->saveAs('output.pdf');
این خطا رو میده:

View not Found – yiibaseViewNotFoundException

The view file does not exist: C:WampDeveloperWebsiteswww.tender.comwebroot/layouts/main.php

برنامه نویس...
ما را در سایت برنامه نویس دنبال می کنید

برچسب : نویسنده : خنجی prog بازدید : 222 تاريخ : دوشنبه 22 خرداد 1396 ساعت: 2:50

خبرنامه