Searched refs:MpdfException (Results 1 – 25 of 34) sorted by relevance
12
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Strict.php | 15 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"); 54 throw new \Mpdf\MpdfException("Cannot read an undeclared property $class::\$$name"); 64 throw new \Mpdf\MpdfException("Cannot unset the property $class::\$$name.");
|
| D | TTFontFileAnalysis.php | 14 throw new \Mpdf\MpdfException('ERROR - Can\'t open file ' . $file); 37 …throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Error parsing TrueType Collection: version=" .… 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 . " … 122 …throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format " . $format . " - " … 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 . '.' … 206 …throw new \Mpdf\MpdfException('ERROR - NOT ADDED as Invalid head table magic ' . $magic . " - " . … 278 …throw new \Mpdf\MpdfException('ERROR - Font (' . $this->filename . ') NOT ADDED as it is not Unico…
|
| D | Cache.php | 17 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)…
|
| D | MpdfException.php | 5 class MpdfException extends \ErrorException class
|
| D | MpdfImageException.php | 5 class MpdfImageException extends \Mpdf\MpdfException
|
| D | PageFormat.php | 78 throw new \Mpdf\MpdfException(sprintf('Unknown page format %s', $format));
|
| D | RemoteContentFetcher.php | 71 throw new \Mpdf\MpdfException($message); 81 throw new \Mpdf\MpdfException($message);
|
| D | Hyphenator.php | 202 …throw new \Mpdf\MpdfException(sprintf('Unable to open hyphenation dictionary "%s"', $this->mpdf->h…
|
| D | DirectWrite.php | 288 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)');
|
| D | Form.php | 778 …throw new \Mpdf\MpdfException('Cannot use fonts with SMP or SIP characters for interactive Form el… 851 …throw new \Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only co… 947 …throw new \Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only co… 1101 …throw new \Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only co… 1126 …throw new \Mpdf\MpdfException("Field '" . $name . "' must have a value, which can only contain let… 1321 throw new \Mpdf\MpdfException('Cannot find Button image');
|
| /plugin/dw2pdf/ |
| D | DokuPDF.class.php | 7 use Mpdf\MpdfException; alias 26 * @throws MpdfException
|
| D | action.php | 9 use Mpdf\MpdfException; alias 410 * @throws MpdfException
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/data/ |
| D | out.php | 8 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/ |
| D | ImageWriter.php | 60 …throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (… 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 (…
|
| D | MetadataWriter.php | 126 …throw new \Mpdf\MpdfException(sprintf('PDFA version (%s) is not valid. (Use: 1-B, 3-B, etc.)', $th… 711 …throw new \Mpdf\MpdfException('mPDF Error: Cannot access file attachment - ' . $pl['opt']['file']);
|
| D | FontWriter.php | 141 …throw new \Mpdf\MpdfException('Core fonts are not allowed in PDF/A1-b or PDFX/1-a files (Times, He… 438 throw new \Mpdf\MpdfException(sprintf('Unsupported font type: %s (%s)', $type, $name));
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
| D | ColorConverter.php | 144 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');
|
| D | ColorSpaceRestrictor.php | 89 …throw new \Mpdf\MpdfException('Error: Spot colour has not been defined - ' . $this->mpdf->spotColo…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Exception/ |
| D | FontException.php | 5 class FontException extends \Mpdf\MpdfException
|
| D | InvalidArgumentException.php | 5 class InvalidArgumentException extends \Mpdf\MpdfException
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
| D | BarcodeException.php | 5 class BarcodeException extends \Mpdf\MpdfException
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/ |
| D | Protection.php | 68 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/ |
| D | UniqidGenerator.php | 11 throw new \Mpdf\MpdfException(
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | FontFileFinder.php | 33 …throw new \Mpdf\MpdfException(sprintf('Cannot find TTF TrueType font file "%s" in configured font …
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | ImageProcessor.php | 334 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 transpare… 1416 throw new \Mpdf\MpdfException('gzcompress is not available. install ext-zlib extension.');
|
12