سلام من برای تبدیل ویو به PDF از این اکستنشن دارم استفاده میکنم
https://github.com/yii2tech/html2pdf
و طبق داکیومنتش اینجوری جلو رفتم:
و در کنترلرم اکشنی نوشتم :
ولی این خطا رو میده:
View not Found – yiibaseViewNotFoundException
The view file does not exist: C:WampDeveloperWebsiteswww.tender.comwebrootmodulesadminviewsmodules/admin/views/banner/_reportView.php
اگه هم اینجووری آدرس بدم:
View not Found – yiibaseViewNotFoundException
The view file does not exist: C:WampDeveloperWebsiteswww.tender.comwebroot/layouts/main.php
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