Home
last modified time | relevance | path

Searched refs:mpdf (Results 76 – 94 of 94) sorted by last modified time

1234

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DResourceWriter.php17 private $mpdf; variable in Mpdf\\Writer\\ResourceWriter
75 Mpdf $mpdf, argument
88 $this->mpdf = $mpdf;
104 if ($this->mpdf->hasOC || count($this->mpdf->layers)) {
108 $this->mpdf->_putextgstates();
121 $this->mpdf->writeImportedPagesAndResolvedObjects();
127 $this->mpdf->offsets[2] = strlen($this->mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DREADME.md5 [![Build Status](https://travis-ci.org/mpdf/qrcode.svg?branch=development)](https://travis-ci.org/mpdf/mpdf)
12 $ composer require mpdf/qrcode
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md7 [![Latest Stable Version](https://poser.pugx.org/mpdf/mpdf/v/stable)](https://packagist.org/packages/mpdf/mpdf)
8 [![Total Downloads](https://poser.pugx.org/mpdf/mpdf/downloads)](https://packagist.org/packages/mpdf/mpdf)
9 [![License](https://poser.pugx.org/mpdf/mpdf/licens
[all...]
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/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
H A Dcomposer.lock10 "name": "mpdf/mpdf",
14 "url": "https://github.com/mpdf/mpdf.git",
19 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/5f64118317c8145c0abc606b310aa0a66808398a",
34 "mpdf/qrcode": "^1.1.0",
65 "homepage": "https://mpdf.github.io",
72 "docs": "http://mpdf.github.io",
73 "issues": "https://github.com/mpdf/mpd
[all...]
H A Ddeleted.files2 vendor/mpdf/mpdf/src/functions.php
4 mpdf/CHANGELOG.txt
5 mpdf/CREDITS.txt
6 mpdf/LICENSE.txt
7 mpdf/README.txt
8 mpdf/classes/barcode.php
9 mpdf/classes/bmp.php
10 mpdf/classes/cssmgr.php
11 mpdf/classe
[all...]
H A Daction.php362 $depends['files'][] = __DIR__ . '/mpdf/mpdf.php';
434 $mpdf = new DokuPDF(
441 // let mpdf fix local links
447 $mpdf->SetBasePath($url);
450 $mpdf->SetTitle($this->title);
455 $mpdf->mirrorMargins = $this->getExportConfig('doublesided');
456 $mpdf->setAutoTopMargin = 'stretch';
457 $mpdf->setAutoBottomMargin = 'stretch';
458 // $mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DMpdf.php15 * @param \Mpdf\Mpdf $mpdf Mpdf instance
22 public function output(QrCode $qrCode, MpdfObject $mpdf, $x, $y, $w, $background = [255, 255, 255], $color = [0, 0, 0]) argument
28 $mpdf->SetDrawColor($color[0], $color[1], $color[2]);
29 $mpdf->SetFillColor($background[0], $background[1], $background[2]);
34 $mpdf->Rect($x, $y, $size, $size, 'F');
38 $mpdf->Rect($x, $y, $size, $size, 'FD');
41 $mpdf->SetFillColor($color[0], $color[1], $color[2]);
48 $mpdf->Rect($x + ($i - $minSize) * $s, $y + ($j - $minSize) * $s, $s, $s, 'F');
/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/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 …
/plugin/wrapadd/
H A Dprint.css23 CSS Compounds not possible yet (in the mpdf-version used by dw2pdf). The mpdf issue has apparently …
24 be now see https://github.com/mpdf/mpdf/issues/538)
26 Thus the css definitions can be changed as soon as the integration of the new mpdf version has been…
/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/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/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/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/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

1234