Skip to content

Update mpf to mPDF 8.0

Manasse Ngudia requested to merge mnsuccess/tiki:mpdf into master

Version 8.0.0 contains code cleanups, a few minor fixes and features This introduces a few breaking changes.

Method SetImportUse has been removed and ImportPage changed case to importPage and has a new signature:

public function importPage($pageNumber, $box = PageBoundaries::CROP_BOX, $groupXObject = true)

Merge request reports