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

For me personally the code was unreadable and I did refractor it which did make more sense for me.

Documentation for https://github.com/mpdf/mpdf/pull/1405

https://github.com/mpdf/mpdf/blob/3b21745a7b0178c14bf512d79b790a4351c16bce/src/FpdiTrait.php#L283-L286 ```php public function getTemplateSize($tpl, $width = null, $height = null) { return $this->getImportedPageSize($tpl, $width, $height); } ```

Hi, There is a very useful method that should be in the documentation. I spent hours trying to solve a problem, I needed to add a metadata and I couldn't...

Hi, The button 'fork me on github' in the right corner at https://mpdf.github.io/ , goes to the [documentation-github](https://github.com/mpdf/mpdf.github.io) and not to the [mpdf-github](https://github.com/mpdf/mpdf) Greetz, flexJoly

enhancement

Hi, I miss the MPDF Javascript method in the documentation. `$mpdf->SetJS('…');` Cheers

As per the title: in your docs you list properties but not selectors. What selectors are supported? Regards