Home
last modified time | relevance | path

Searched refs:mpdf (Results 76 – 94 of 94) sorted by relevance

1234

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php27 private $mpdf; variable in Mpdf\\Otl
111 public function __construct(Mpdf $mpdf, FontCache $fontCache) argument
113 $this->mpdf = $mpdf;
138 $this->fontkey = $this->mpdf->CurrentFont['fontkey'];
139 $this->glyphIDtoUni = $this->mpdf->CurrentFont['glyphIDtoUni'];
167 $earr = $this->mpdf->UTF8StringToArray($str, false);
278 $ScriptLang = $this->mpdf->CurrentFont['GSUBScriptLang'];
281 if ($this->mpdf->fontLanguageOverride && strpos($ScriptLang[$GSUBscriptTag], $this->mpdf
[all...]
H A DOtlDump.php163 private $mpdf; variable in Mpdf\\OtlDump
165 public function __construct(Mpdf $mpdf) argument
167 $this->mpdf = $mpdf;
940 $this->mpdf->WriteHTML('<h1>GDEF table</h1>');
966 $this->mpdf->WriteHTML('<h2>Glyph classes</h2>');
972 $this->mpdf->WriteHTML('<h3>Glyph class 1</h3>');
973 $this->mpdf->WriteHTML('<h5>Base glyph (single character, spacing glyph)</h5>');
980 $this->mpdf->WriteHTML($html);
988 $this->mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DPageFooter.php13 $this->mpdf->ignorefollowingspaces = true;
144 $this->mpdf->DefHeaderByName($pname, $p);
146 $this->mpdf->DefFooterByName($pname, $p);
H A DTh.php10 $this->mpdf->SetStyle('B', false);
H A DPre.php10 $this->mpdf->ispre = true; // ADDED - Prevents left trim of textbuffer in printbuffer()
H A DWatermarkText.php19 $this->mpdf->SetWatermarkText($txt, $alpha);
H A DIndexInsert.php27 $this->mpdf->InsertIndex($usedivletters, $links, $indexCollationLocale, $indexCollationGroup);
H A DWatermarkImage.php35 $this->mpdf->SetWatermarkImage($src, $alpha, $size, $pos);
/plugin/dw2pdf/
H A DREADME17 Notes on updating the mpdf library. The library is installed by composer
19 in DokuWiki core. Because mpdf has some dependencies that are already
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
65 You can use all the CSS that is understood by mpdf
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
65 You can use all the CSS that is understood by mpdf
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
65 You can use all the CSS that is understood by mpdf
/plugin/pdftools/tpl/info/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
65 You can use all the CSS that is understood by mpdf
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
67 You can use all the CSS that is understood by mpdf
/plugin/pdftools/tpl/standard/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
67 You can use all the CSS that is understood by mpdf
/plugin/pdftools/tpl/minimal/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
67 You can use all the CSS that is understood by mpdf
/plugin/dw2pdf/tpl/default/
H A DREADME.txt31 You can use all HTML that is understood by mpdf
67 You can use all the CSS that is understood by mpdf
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md27 * Cache now creates a dedicated subdirectory `/mpdf`.
37 * Fix: Using mpdf in phar package leads to weird errors (#1504, @sandreas)
228 - Implemented static cache for mpdf function `ConvertColor`.
235 - Check $html in `$mpdf->WriteHTML()` to see if it is an integer, float, string, boolean or
259 - Default stylesheet - `mpdf.css` - updated.
443 1) FILES: mpdf.php
450 2) FILES: includes/functions.php AND mpdf.php
464 4) FILES: mpdf.php
472 5) FILES: mpdf.php
486 - mpdf
[all...]
/plugin/a2s/
H A Ddemo.txt446 :!: No. As of 2017/07/27, unless you are the a developer of dw2pdf or mpdf, its PDF library, there …

1234