Home
last modified time | relevance | path

Searched refs:MpdfException (Results 1 – 25 of 32) sorted by path

12

/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');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DBarcodeException.php5 class BarcodeException extends \Mpdf\MpdfException
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php17 throw new \Mpdf\MpdfException('Cache cleanup interval has to be an integer or false');
21 throw new \Mpdf\MpdfException(sprintf('Temporary files directory "%s" is not writable', $basePath));
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) {
H A DDirectWrite.php288 throw new \Mpdf\MpdfException('Please use values unequal to zero for kerning (CircularText)');
292 throw new \Mpdf\MpdfException('Please use values unequal to zero for font width (CircularText)');
H A DForm.php778 throw new \Mpdf\MpdfException('Cannot use fonts with SMP or SIP characters for interactive Form elements');
851 throw new \Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)');
947 throw new \Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)');
1101 throw new \Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)');
1126 throw new \Mpdf\MpdfException("Field '" . $name . "' must have a value, which can only contain letters, numbers, colon(:), underscore(_), hyphen(-) or period(.)");
1321 throw new \Mpdf\MpdfException('Cannot find Button image');
H A DHyphenator.php202 throw new \Mpdf\MpdfException(sprintf('Unable to open hyphenation dictionary "%s"', $this->mpdf->hyphenationDictionaryFile));
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 DMpdfException.php5 class MpdfException extends \ErrorException class
H A DMpdfImageException.php5 class MpdfImageException extends \Mpdf\MpdfException
H A DOtl.php337 throw new \Mpdf\MpdfException('Can\'t open file ' . $this->fontCache->tempFilename($this->fontkey . '.GSUBGPOStables.dat'));
2018 throw new \Mpdf\MpdfException("GSUB Lookup Type " . $Type . " Format " . $SubstFormat . " not TESTED YET.");
2363 throw new \Mpdf\MpdfException("GSUB Lookup Type " . $Type . " not supported.");
3784 throw new \Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET.");
3899 throw new \Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET.");
3901 throw new \Mpdf\MpdfException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported.");
3911 throw new \Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET.");
4155 throw new \Mpdf\MpdfException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported.");
4158 throw new \Mpdf\MpdfException("GPOS Lookup Type " . $Type . " not supported.");
4487 throw new \Mpdf\MpdfException("Thi
[all...]
H A DPageFormat.php78 throw new \Mpdf\MpdfException(sprintf('Unknown page format %s', $format));
H A DRemoteContentFetcher.php71 throw new \Mpdf\MpdfException($message);
81 throw new \Mpdf\MpdfException($message);
H A DStrict.php15 throw new \Mpdf\MpdfException("Call to undefined method $class::$name()");
25 throw new \Mpdf\MpdfException("Call to undefined static function $class::$name()");
34 throw new \Mpdf\MpdfException("Cannot read an undeclared property $class::\$$name");
44 throw new \Mpdf\MpdfException("Cannot write to an undeclared property $class::\$$name");
49 * @throws \Kdyby\StrictObjects\\Mpdf\MpdfException
54 throw new \Mpdf\MpdfException("Cannot read an undeclared property $class::\$$name");
59 * @throws \Kdyby\StrictObjects\\Mpdf\MpdfException
64 throw new \Mpdf\MpdfException("Cannot unset the property $class::\$$name.");
H A DTTFontFileAnalysis.php14 throw new \Mpdf\MpdfException('ERROR - Can\'t open file ' . $file);
37 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Error parsing TrueType Collection: version=" . $version . " - " . $file);
40 throw new \Mpdf\MpdfException("ERROR - Error parsing TrueType Collection - " . $file);
51 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Not a TrueType font: version=" . $version . " - " . $file);
122 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format " . $format . " - " . $file);
179 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Could not find valid font name - " . $file);
200 throw new \Mpdf\MpdfException('ERROR - NOT ADDED as Unknown head table version ' . $ver_maj . '.' . $ver_min . " - " . $file);
206 throw new \Mpdf\MpdfException('ERROR - NOT ADDED as Invalid head table magic ' . $magic . " - " . $file);
278 throw new \Mpdf\MpdfException('ERROR - Font (' . $this->filename . ') NOT ADDED as it is not Unicode encoded, and cannot be used by mPDF');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php144 throw new \Mpdf\MpdfException('Trying to invert non-RGB color');
269 throw new \Mpdf\MpdfException(sprintf('Undefined spot color "%s"', $name));
341 throw new \Mpdf\MpdfException('Invalid color input, binary color string expected');
345 throw new \Mpdf\MpdfException('Invalid color input, binary color string expected');
349 throw new \Mpdf\MpdfException('Invalid color input, invalid color mode in binary color string');
H A DColorSpaceRestrictor.php89 throw new \Mpdf\MpdfException('Error: Spot colour has not been defined - ' . $this->mpdf->spotColorIDs[$c[1]]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Exception/
H A DFontException.php5 class FontException extends \Mpdf\MpdfException
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \Mpdf\MpdfException
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php33 throw new \Mpdf\MpdfException(sprintf('Cannot find TTF TrueType font file "%s" in configured font directories.', $name));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php334 throw new \Mpdf\MpdfException(sprintf('JPG image may not use CMYK color space (%s).', $file));
594 throw new \Mpdf\MpdfException(sprintf('PDFA1-b does not permit images with alpha channel transparency (%s).', $file));
1416 throw new \Mpdf\MpdfException('gzcompress is not available. install ext-zlib extension.');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php68 throw new \Mpdf\MpdfException(
116 throw new \Mpdf\MpdfException('PDF protection only allows lenghts of 40 or 128');
240 throw new \Mpdf\MpdfException(sprintf('Invalid permission type "%s"', $permission));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/Protection/
H A DUniqidGenerator.php11 throw new \Mpdf\MpdfException(
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php404 throw new \Mpdf\MpdfException('Unexpected error occurred in Indic processing');

12