Home
last modified time | relevance | path

Searched refs:MpdfException (Results 26 – 32 of 32) sorted by last modified time

12

/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>');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php124 throw new \Mpdf\MpdfException('Problem: Image object not found for background pattern ' . $img['i']);
H A DFontWriter.php141 throw new \Mpdf\MpdfException('Core fonts are not allowed in PDF/A1-b or PDFX/1-a files (Times, Helvetica, Courier etc.)');
438 throw new \Mpdf\MpdfException(sprintf('Unsupported font type: %s (%s)', $type, $name));
H A DImageWriter.php60 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
67 throw new \Mpdf\MpdfException('PDFA1-b does not permit Images using mixed colour space (' . $file . ').');
73 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
H A DMetadataWriter.php126 throw new \Mpdf\MpdfException(sprintf('PDFA version (%s) is not valid. (Use: 1-B, 3-B, etc.)', $this->mpdf->PDFAversion));
233 throw new \Mpdf\MpdfException(sprintf('Unable to find ICC profile "%s"', $this->mpdf->ICCProfile));
264 throw new \Mpdf\MpdfException('ext-zlib is required for compression of associated files');
296 throw new \Mpdf\MpdfException(sprintf('Cannot access associated file - %s', $file['path']));
711 throw new \Mpdf\MpdfException('mPDF Error: Cannot access file attachment - ' . $pl['opt']['file']);
/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/data/
H A Dout.php8 throw new MpdfException('Output filename can not not contain \ or /');
28 throw new MpdfException('Some data has already been output to browser, can\'t send PDF file');

12