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

Not able to use css Zoom Content in Mpdf #64

Closed Praveenom3 closed 6 years ago

Praveenom3 commented 6 years ago

Mpdf is not able to zoom content. I am trying to use zoom : 0.8 in mpdf div but it is not working. Basically i need to make the div elements smaller and fit in single page.

finwe commented 6 years ago

Zoom is not a supported CSS property in mPDF.

https://mpdf.github.io/css-stylesheets/supported-css.html

kartik-v commented 6 years ago

Exactly as @finwe pointed out... mpdf supports mostly CSS 2 specifications.