Home
last modified time | relevance | path

Searched refs:MpdfException (Results 26 – 32 of 32) sorted by relevance

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1465 throw new \Mpdf\MpdfException(sprintf('Unable to read default CSS file "%s"', $this->defaultCssFile));
1656 throw new \Mpdf\MpdfException('Invalid page format: ' . $format[0] . ' ' . $format[1]);
1677 throw new \Mpdf\MpdfException('Incorrect orientation: ' . $orientation);
1781 throw new \Mpdf\MpdfException('Incorrect zoom display mode: ' . $zoom);
1789 throw new \Mpdf\MpdfException('Incorrect layout display mode: ' . $layout);
1962 throw new \Mpdf\MpdfException('Incorrect visibility: ' . $v);
3334 throw new \Mpdf\MpdfException("Cannot load spot colors file - " . $file);
3845 throw new \Mpdf\MpdfException("mPDF Error - problem with Font management");
3854 throw new \Mpdf\MpdfException(sprintf('Font "%s%s%s" is not supported', $family, $style ? ' - ' : '', $style));
4046 throw new \Mpdf\MpdfException("N
[all...]
H A DCssManager.php2287 throw new \Mpdf\MpdfException('File contains an invalid stream. Only ' . implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.');
2325 } catch (\Mpdf\MpdfException $e) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php450 throw new \Mpdf\MpdfException('You may have an error in your HTML code e.g. </td></td>');
H A DBlockTag.php88 throw new \Mpdf\MpdfException('Cannot nest block with position:fixed or position:absolute');
762 // if ($currblk['inner_width'] < $mw) { throw new \Mpdf\MpdfException("DIV is too narrow for text to fit!"); }
H A DTable.php751 //throw new \Mpdf\MpdfException("mPDF Warning: You cannot use CSS overflow:visible together with any of these functions:
871 throw new \Mpdf\MpdfException('mPDF Warning: A Table row is greater than available height. You cannot use CSS overflow:visible');
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md6 * new `Mpdf\Exception\FontException` extending base `MpdfException` was introduced and is thrown on Font manipulation
168 - `MpdfException` now extends `ErrorException` to allow specifying place in code where error occured
221 - Changed all `mPDF::Error` and `die()` calls to throwing `MpdfException`
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php404 throw new \Mpdf\MpdfException('Unexpected error occurred in Indic processing');

12