Home
last modified time | relevance | path

Searched refs:Mpdf (Results 176 – 200 of 222) sorted by relevance

123456789

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php3 namespace Mpdf\QrCode;
204 throw new \Mpdf\QrCode\QrCodeException('ECC not recognized; valid values are L, M, Q and H');
209 throw new \Mpdf\QrCode\QrCodeException('No data for QrCode');
403 throw new \Mpdf\QrCode\QrCodeException('QrCode version too large');
428 throw new \Mpdf\QrCode\QrCodeException('QrCode data overflow error');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBookmark.php3 namespace Mpdf\Tag;
H A DWatermarkImage.php3 namespace Mpdf\Tag;
H A DIndexEntry.php3 namespace Mpdf\Tag;
H A DTocEntry.php3 namespace Mpdf\Tag;
H A DProgress.php3 namespace Mpdf\Tag;
H A DHr.php3 namespace Mpdf\Tag;
5 use Mpdf\Utils\NumericString;
H A DA.php3 namespace Mpdf\Tag;
H A DTr.php3 namespace Mpdf\Tag;
5 use Mpdf\Css\Border;
H A DTFoot.php3 namespace Mpdf\Tag;
H A DTHead.php3 namespace Mpdf\Tag;
H A DTd.php3 namespace Mpdf\Tag;
5 use Mpdf\Css\Border;
6 use Mpdf\Css\TextVars;
7 use Mpdf\Utils\UtfString;
450 throw new \Mpdf\MpdfException('You may have an error in your HTML code e.g. </td></td>');
H A DInlineTag.php3 namespace Mpdf\Tag;
5 use Mpdf\Utils\UtfString;
H A DSetHtmlPageFooter.php3 namespace Mpdf\Tag;
H A DAnnotation.php3 namespace Mpdf\Tag;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php3 namespace Mpdf\Conversion;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php3 namespace Mpdf; namespace
10 use Mpdf\Fonts\GlyphOperator;
23 if (!function_exists('Mpdf\unicode_hex')) {
165 public function __construct(Mpdf $mpdf)
181 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
199 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
203 throw new \Mpdf\Exception\FontException("TTCfontID for a TrueType Collection has to be defined in ttfontdata configuration key (" . $file . ")");
207 throw new \Mpdf\Exception\FontException("Not a TrueType font: version=" . $version);
213 throw new \Mpdf\Exception\FontException("Error parsing TrueType Collection: version=" . $version . " - " . $file);
262 throw new \Mpdf\Exceptio
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DAbstractBarcode.php3 namespace Mpdf\Barcode;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DUtfString.php3 namespace Mpdf\Utils;
H A DArrays.php3 namespace Mpdf\Utils;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DGif.php3 namespace Mpdf\Gif;
H A DColorTable.php3 namespace Mpdf\Gif;
H A DImageHeader.php3 namespace Mpdf\Gif;
35 * @var \Mpdf\Gif\ColorTable
H A DFileHeader.php3 namespace Mpdf\Gif;
37 * @var \Mpdf\Gif\ColorTable
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md6 * new `Mpdf\Exception\FontException` extending base `MpdfException` was introduced and is thrown on Font manipulation
98 - Entire project moved under `Mpdf` namespace
104 - Changed `\Mpdf\Mpdf` constructor signature
115 - Moved Glyph operator `GF_` constants in separate `\Mpdf\Fonts\GlyphOperator` class
117 - Decimal conversion methods (to roman, cjk, etc.) were moved to classes in `\Mpdf\Conversion` namespace
118 - Images in PHP variables (`<img src="var:smileyface">`) were moved from direct Mpdf properties to `Mpdf::$imageVars` public property array
123 - `fontDir` property of Mpdf class is private and must be accessed via configuration variable with array of paths or `AddFontDirectory` method
126 - Removed globally defined functions from `functions.php` in favor of `\Mpdf\Util
[all...]

123456789