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
161 stars 150 forks source link

Render Customer parameter #68

Closed pritamasl closed 5 years ago

pritamasl commented 6 years ago

How to pass custom parameter through render section for Global usage. Like If I need Landscape orientation for a single page how to pass Pdf::ORIENT_LANDSCAPE.

$pdf = Yii::$app->pdf;
 $pdf->content ="Hello World";
 return $pdf->render();
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.