mpdf.github.io icon indicating copy to clipboard operation
mpdf.github.io copied to clipboard

mPDF documentation

Results 28 mpdf.github.io issues
Sort by recently updated
recently updated
newest added

I believe it would be really useful to separate the main documentation by version, as many projects do. In this way, users would find version specific information (configuration, fonts, methods,...

enhancement
help wanted

Browsing through mpdf source code, I noticed several inline comments mentioning versions where a particular change occurred. Some examples: ```php if (!empty($attr['POSITION'])) { // mPDF 5.7.2 ``` I also noticed...

the css attributes 'background-position: center' & 'background-size: cover' on an element with a background-image only work, as long as the background image gets cropped vertically, but if it would get...

Update examples at https://mpdf.github.io/reference/mpdf-functions/aliasnbpages.html since mPDF 6 the placeholders are only supported in the headers/footers. Not in the body. https://mpdf.github.io/what-else-can-i-do/replaceable-aliases.html has been updated. see also https://github.com/mpdf/mpdf/issues/267

See the example code at the bottom of https://mpdf.github.io/reference/html-control-tags/pagebreak.html There's no actual `` used in any of it. The examples don't actually give examples. Were the tags omitted somehow?

How explain difference between: - variables that are could be used as attributes (`$mpdf->variablename`) - and these that could be only use as configuration parameter in the `$config` array of...

mpdf variables are handled since the mpdf 7.0 version as values with are defined in the `$config` array. See /configuration/configuration-v7-x.html /reference/mpdf-variables/overview.html /reference/mpdf-functions/construct.html The naming of the mpdf-variables is not consistent....