Home
last modified time | relevance | path

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

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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');
H A DMpdfException.php5 class MpdfException extends \ErrorException class
H A DMpdfImageException.php5 class MpdfImageException extends \Mpdf\MpdfException
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 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 DHyphenator.php202 throw new \Mpdf\MpdfException(sprintf('Unable to open hyphenation dictionary "%s"', $this->mpdf->hyphenationDictionaryFile));
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 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...]
/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/Writer/
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']);
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 DBackgroundWriter.php124 throw new \Mpdf\MpdfException('Problem: Image object not found for background pattern ' . $img['i']);
/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/Barcode/
H A DBarcodeException.php5 class BarcodeException extends \Mpdf\MpdfException
/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/Pdf/Protection/
H A DUniqidGenerator.php11 throw new \Mpdf\MpdfException(
/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/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.');

12