Home
last modified time | relevance | path

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

1234

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php13 $this->mpdf->tdbegin = false;
14 $this->mpdf->lastoptionaltag = '';
16 if ($this->mpdf->ColActive) {
17 $this->mpdf->colvAlign = '';
19 if ($this->mpdf->lastblocklevelchange == 1) {
22 elseif ($this->mpdf->lastblocklevelchange < 1) {
26 if (count($this->mpdf->textbuffer) == 0 && $this->mpdf->lastblocklevelchange == 1 && !$this->mpdf->tableLevel && !$this->mpdf
[all...]
H A DBlockTag.php18 $this->mpdf->lastoptionaltag = '';
23 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['bidicode'])) {
24 $blockpost = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
26 $this->mpdf->OTLdata = [];
27 if ($this->mpdf->tableLevel) {
28 $this->mpdf->_saveCellTextBuffer($blockpost);
30 $this->mpdf
[all...]
H A DTr.php13 $this->mpdf->lastoptionaltag = 'TR'; // Save current HTML specified optional endtag
15 $this->mpdf->row++;
16 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nr'] ++;
17 $this->mpdf->col = -1;
20 if (!$this->mpdf->simpleTables && (!isset($this->mpdf->table[$this->mpdf
[all...]
H A DTd.php16 $this->mpdf->ignorefollowingspaces = true;
17 $this->mpdf->lastoptionaltag = $tag; // Save current HTML specified optional endtag
21 $this->mpdf->InlineProperties = [];
22 $this->mpdf->InlineBDF = []; // mPDF 6
23 $this->mpdf->InlineBDFctr = 0; // mPDF 6
24 $this->mpdf->tdbegin = true;
25 $this->mpdf->col++;
27 while (isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf
[all...]
H A DSelect.php12 $this->mpdf->lastoptionaltag = ''; // Save current HTML specified optional endtag
13 $this->mpdf->InlineProperties['SELECT'] = $this->mpdf->saveInlineProperties();
16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
19 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size / Mpdf::SCALE);
20 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
23 $this->mpdf->selectoption['SPELLCHECK'] = true;
27 $this->mpdf->selectoption['COLOR'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf
[all...]
H A DBr.php14 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
24 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['bidicode'])) {
25 $blockpre = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
26 $blockpost = $this->mpdf->_setBidiCodes('start', $this->mpdf->blk[$this->mpdf
[all...]
H A DDotTab.php13 $objattr['width'] = $this->mpdf->GetStringWidth($dots);
19 $objattr['colorarray'] = $this->mpdf->colorarray;
30 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
31 $this->mpdf->FontSize,
37 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
38 $this->mpdf->FontSize,
45 $objattr['fontfamily'] = $this->mpdf->FontFamily;
46 $objattr['fontsize'] = $this->mpdf
[all...]
H A DImg.php13 $this->mpdf->ignorefollowingspaces = false;
36 if (isset($properties['Z-INDEX']) && $this->mpdf->current_layer == 0) {
46 if (($v === 'hidden' || $v === 'printonly' || $v === 'screenonly') && $this->mpdf->visibility === 'visible') {
55 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
56 $this->mpdf->FontSize,
63 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
64 $this->mpdf->FontSize,
71 $this->mpdf
[all...]
H A DTextCircle.php34 $this->mpdf->InlineProperties['TEXTCIRCLE'] = $this->mpdf->saveInlineProperties();
43 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
44 $this->mpdf->FontSize,
50 $objattr['top-text'] = $this->mpdf->lesser_entity_decode($objattr['top-text']);
51 if ($this->mpdf->onlyCoreFonts) {
52 $objattr['top-text'] = mb_convert_encoding($objattr['top-text'], $this->mpdf->mb_enc, 'UTF-8');
57 $objattr['bottom-text'] = $this->mpdf->lesser_entity_decode($objattr['bottom-text']);
58 if ($this->mpdf
[all...]
H A DInlineTag.php15 if ($this->mpdf->title2annots && isset($attr['TITLE'])) {
35 $objattr['OPACITY'] = $this->mpdf->annotOpacity;
36 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
42 if (!isset($this->mpdf->InlineProperties[$tag])) {
43 $this->mpdf->InlineProperties[$tag] = [$this->mpdf->saveInlineProperties()];
45 $this->mpdf->InlineProperties[$tag][] = $this->mpdf->saveInlineProperties();
48 if (!isset($this->mpdf->InlineAnnots[$tag])) {
49 $this->mpdf
[all...]
H A DHr.php17 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
21 $this->mpdf->ignorefollowingspaces = true;
38 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
39 $this->mpdf->FontSize,
46 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
47 $this->mpdf->FontSize,
52 $objattr['width'] = $this->sizeConverter->convert($properties['WIDTH'], $this->mpdf
[all...]
H A DInput.php14 $this->mpdf->ignorefollowingspaces = false;
50 $objattr['title'] = $this->mpdf->lesser_entity_decode($objattr['title']);
51 if ($this->mpdf->onlyCoreFonts) {
52 $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mpdf->mb_enc, 'UTF-8');
54 if ($this->mpdf->useActiveForms && isset($attr['NAME'])) {
59 $attr['VALUE'] = $this->mpdf->lesser_entity_decode($attr['VALUE']);
60 if ($this->mpdf->onlyCoreFonts) {
61 $attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mpdf->mb_enc, 'UTF-8');
66 $this->mpdf->InlineProperties['INPUT'] = $this->mpdf
[all...]
H A DLegend.php12 $this->mpdf->InlineProperties['LEGEND'] = $this->mpdf->saveInlineProperties();
15 $this->mpdf->setCSS($properties, 'INLINE');
21 if (count($this->mpdf->textbuffer) && !$this->mpdf->tableLevel) {
22 $leg = $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1];
23 unset($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1]);
24 $this->mpdf
[all...]
H A DTextArea.php37 if ($this->mpdf->onlyCoreFonts) {
38 $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mpdf->mb_enc, 'UTF-8');
41 if ($this->mpdf->useActiveForms) {
62 $this->mpdf->InlineProperties['TEXTAREA'] = $this->mpdf->saveInlineProperties();
65 $this->mpdf->SetFont($properties['FONT-FAMILY'], '', 0, false);
68 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size / Mpdf::SCALE);
69 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
72 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
74 $objattr['fontfamily'] = $this->mpdf
[all...]
H A DMeter.php13 $this->mpdf->inMeter = true;
94 if (($v === 'hidden' || $v === 'printonly' || $v === 'screenonly') && $this->mpdf->visibility === 'visible') {
102 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
103 $this->mpdf->FontSize,
110 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
111 $this->mpdf->FontSize,
118 $this->mpdf->blk[$this->mpdf
[all...]
H A DTHead.php10 $this->mpdf->lastoptionaltag = 'THEAD'; // Save current HTML specified optional endtag
12 $this->mpdf->tablethead = 1;
13 $this->mpdf->tabletfoot = 0;
16 $this->mpdf->thead_font_weight = '';
18 $this->mpdf->thead_font_weight = 'B';
23 $this->mpdf->thead_font_style = '';
25 $this->mpdf->thead_font_style = 'I';
29 $this->mpdf->thead_font_smCaps = '';
31 $this->mpdf->thead_font_smCaps = 'S';
36 $this->mpdf
[all...]
H A DTFoot.php12 $this->mpdf->lastoptionaltag = 'TFOOT'; // Save current HTML specified optional endtag
14 $this->mpdf->tabletfoot = 1;
15 $this->mpdf->tablethead = 0;
18 $this->mpdf->tfoot_font_weight = '';
20 $this->mpdf->tfoot_font_weight = 'B';
25 $this->mpdf->tfoot_font_style = '';
27 $this->mpdf->tfoot_font_style = 'I';
31 $this->mpdf->tfoot_font_smCaps = '';
33 $this->mpdf->tfoot_font_smCaps = 'S';
38 $this->mpdf
[all...]
H A DBarCode.php15 $this->mpdf->ignorefollowingspaces = false;
90 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
91 $this->mpdf->FontSize,
98 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
99 $this->mpdf->FontSize,
106 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'],
107 $this->mpdf
[all...]
/plugin/dw2pdf/
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...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php14 private $mpdf; variable in Mpdf\\DirectWrite
31 public function __construct(Mpdf $mpdf, Otl $otl, SizeConverter $sizeConverter, ColorConverter $colorConverter) argument
33 $this->mpdf = $mpdf;
49 $this->mpdf->SetLineHeight();
50 $h = $this->mpdf->lineheight;
53 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
55 $wmax = ($w - ($this->mpdf
[all...]
H A DForm.php32 private $mpdf;
104 public function __construct(Mpdf $mpdf, Otl $otl, ColorConverter $colorConverter, BaseWriter $writer, FormWriter $formWriter)
106 $this->mpdf = $mpdf; argument
166 if ($this->mpdf->useActiveForms) {
192 $this->mpdf->SetTColor($objattr['color']);
194 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
222 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf
34 private $mpdf; global() variable in Mpdf\\Form
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php17 private $mpdf;
24 public function __construct(Mpdf $mpdf, Protection $protection)
26 $this->mpdf = $mpdf;
32 if ($this->mpdf->state === 2) {
35 $this->mpdf->buffer .= $s . ($ln ? "\n" : '');
41 if ($this->mpdf->encrypted) {
42 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
51 $obj_id = ++$this->mpdf->n;
56 $this->mpdf
18 private $mpdf; global() variable in Mpdf\\Writer\\BaseWriter
25 __construct(Mpdf $mpdf, Protection $protection) global() argument
[all...]
H A DPageWriter.php17 private $mpdf; variable in Mpdf\\Writer\\PageWriter
34 public function __construct(Mpdf $mpdf, Form $form, BaseWriter $writer, MetadataWriter $metadataWriter) argument
36 $this->mpdf = $mpdf;
44 $nb = $this->mpdf->page;
45 $filter = $this->mpdf->compress ? '/Filter /FlateDecode ' : '';
47 if ($this->mpdf->DefOrientation === 'P') {
48 $defwPt = $this->mpdf->fwPt;
49 $defhPt = $this->mpdf->fhPt;
51 $defwPt = $this->mpdf
[all...]
H A DObjectWriter.php17 private $mpdf; variable in Mpdf\\Writer\\ObjectWriter
24 public function __construct(Mpdf $mpdf, BaseWriter $writer) argument
26 $this->mpdf = $mpdf;
32 if (is_array($this->mpdf->parsers) && count($this->mpdf->parsers) > 0) {
34 foreach ($this->mpdf->parsers as $filename => $p) {
36 $this->mpdf->current_parser = $this->mpdf->parsers[$filename];
38 if (is_array($this->mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php19 private $mpdf; variable in Mpdf\\Color\\ColorSpaceRestrictor
37 * @param \Mpdf\Mpdf $mpdf
41 public function __construct(Mpdf $mpdf, ColorModeConverter $colorModeConverter, $mode) argument
43 $this->mpdf = $mpdf;
88 if (!isset($this->mpdf->spotColorIDs[$c[1]])) {
89 throw new \Mpdf\MpdfException('Error: Spot colour has not been defined - ' . $this->mpdf->spotColorIDs[$c[1]]);
92 if ($this->mpdf->PDFA) {
93 if ($this->mpdf->PDFA && !$this->mpdf
[all...]

1234