/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Table.php | 27 …his->mpdf->newFlowingBlock($this->mpdf->blk[$this->mpdf->blklvl]['width'], $this->mpdf->lineheight… 42 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] … 43 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['currrow'… 44 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['currcol'… 67 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['level'] … 68 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['levelid'… 561 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] … 710 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 711 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-… 712 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… [all …]
|
H A D | Tr.php | 16 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nr'] ++; 20 …if (!$this->mpdf->simpleTables && (!isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf-… 21 …|| !$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bord… 23 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trborder… 39 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bgcolor'… 51 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['trbackgr… 64 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_thead… 67 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['is_tfoot… 75 …if (isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]… 76 $c = & $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]; [all …]
|
H A D | BlockTag.php | 118 …if ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] > 0 && !$this->mpdf->nestedtablejus… 121 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 122 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-… 123 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 125 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset 220 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $this->mpdf->GetStringWidth($ls); 408 $this->mpdf->h - $this->mpdf->tMargin - $this->mpdf->bMargin, 1046 …$this->mpdf->x = $this->mpdf->lMargin + $this->mpdf->blk[$this->mpdf->blklvl]['outer_left_margin']; 1134 $this->mpdf->kwt_height = $this->mpdf->y - $this->mpdf->kwt_y0; 1238 if (($this->mpdf->page - $this->mpdf->kt_p00) == 1 && $this->mpdf->y < $this->mpdf->kt_y00) { [all …]
|
H A D | Td.php | 27 while (isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col])) { 32 …if ($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc']… 33 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc'] = $… 36 …$table = &$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]; 395 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col] = $c; 397 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; 403 …if ($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc']… 404 …$this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['nc'] = $… 439 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 440 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-… [all …]
|
H A D | Select.php | 13 $this->mpdf->InlineProperties['SELECT'] = $this->mpdf->saveInlineProperties(); 16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false); 51 if ($this->mpdf->useActiveForms) { 64 $this->mpdf->lastoptionaltag = ''; 74 if ($this->mpdf->useActiveForms) { 139 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 140 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; // *TABLES* 143 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF); 146 $this->mpdf->selectoption = []; 147 $this->mpdf->specialcontent = ''; [all …]
|
H A D | Br.php | 14 $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->blklvl]['bidicode']… 59 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) { 60 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 61 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-… 62 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 64 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset 68 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0] = preg_replace( [all …]
|
H A D | DotTab.php | 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, 51 if ($this->mpdf->tableLevel) { 52 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) { 53 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 54 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-… 55 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 57 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset [all …]
|
H A D | InlineTag.php | 43 $this->mpdf->InlineProperties[$tag] = [$this->mpdf->saveInlineProperties()]; 45 $this->mpdf->InlineProperties[$tag][] = $this->mpdf->saveInlineProperties(); 66 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['direction'])) { 67 $currdir = $this->mpdf->blk[$this->mpdf->blklvl]['direction']; 69 if ($this->mpdf->tableLevel 70 && isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction']) 71 && $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['direction'] === 'rtl') { 160 $this->mpdf->InlineBDF[$tag] = [[$popd, $this->mpdf->InlineBDFctr]]; 162 $this->mpdf->InlineBDF[$tag][] = [$popd, $this->mpdf->InlineBDFctr]; 188 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]); [all …]
|
H A D | Hr.php | 17 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl); 38 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 46 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 80 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 109 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) { 110 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 111 …} elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this-… 112 …$this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row… 114 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset 115 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); [all …]
|
H A D | TextCircle.php | 43 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 123 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 131 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 139 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 147 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 156 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 164 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 172 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 180 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 235 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; [all …]
|
H A D | Img.php | 55 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 63 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 71 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 79 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 88 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 96 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 104 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 367 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1); 400 …if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->… 417 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; [all …]
|
H A D | Input.php | 66 $this->mpdf->InlineProperties['INPUT'] = $this->mpdf->saveInlineProperties(); 118 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]); 153 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 161 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 169 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 177 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 275 $maxWidth = $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']; 276 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 10); 409 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 410 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; [all …]
|
H A D | Legend.php | 12 $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->textbuffer = array_values($this->mpdf->textbuffer); 25 $this->mpdf->blk[$this->mpdf->blklvl]['border_legend'] = $leg; 26 $this->mpdf->blk[$this->mpdf->blklvl]['margin_top'] += ($leg[11] / 2) / Mpdf::SCALE; 27 $this->mpdf->blk[$this->mpdf->blklvl]['padding_top'] += ($leg[11] / 2) / Mpdf::SCALE; 30 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties['LEGEND']); [all …]
|
H A D | THead.php | 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 = ''; 45 $this->mpdf->lastoptionaltag = ''; 48 $this->mpdf->tablethead = 0; 50 $this->mpdf->ResetStyles(); [all …]
|
H A D | TextArea.php | 37 if ($this->mpdf->onlyCoreFonts) { 41 if ($this->mpdf->useActiveForms) { 62 $this->mpdf->InlineProperties['TEXTAREA'] = $this->mpdf->saveInlineProperties(); 76 if ($this->mpdf->useActiveForms) { 99 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 100 $this->mpdf->FontSize, 107 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 108 $this->mpdf->FontSize, 149 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; // *TABLES* 156 $this->mpdf->specialcontent = ''; [all …]
|
H A D | TFoot.php | 14 $this->mpdf->tabletfoot = 1; 15 $this->mpdf->tablethead = 0; 18 $this->mpdf->tfoot_font_weight = ''; 25 $this->mpdf->tfoot_font_style = ''; 27 $this->mpdf->tfoot_font_style = 'I'; 31 $this->mpdf->tfoot_font_smCaps = ''; 47 $this->mpdf->lastoptionaltag = ''; 50 $this->mpdf->tabletfoot = 0; 51 $this->mpdf->ResetStyles(); 52 $this->mpdf->tfoot_font_weight = ''; [all …]
|
H A D | Meter.php | 102 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 110 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 118 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 126 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 135 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 143 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 151 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 159 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 264 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1); 291 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; [all …]
|
H A D | BarCode.php | 77 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 85 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 93 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 101 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 110 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 118 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 126 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 134 $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], 232 …if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->… 245 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $objattr['width']; [all …]
|
/plugin/dw2pdf/ |
H A D | deleted.files | 2 vendor/mpdf/mpdf/src/functions.php 4 mpdf/CHANGELOG.txt 5 mpdf/CREDITS.txt 6 mpdf/LICENSE.txt 7 mpdf/README.txt 9 mpdf/classes/bmp.php 13 mpdf/classes/gif.php 19 mpdf/classes/otl.php 227 mpdf/mpdf.css 228 mpdf/mpdf.php [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | DirectWrite.php | 14 private $mpdf; variable in Mpdf\\DirectWrite 33 $this->mpdf = $mpdf; 53 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x; 93 $this->mpdf->x = $this->mpdf->lMargin; 95 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x; 118 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x; 161 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x; 191 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x; 214 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x; 251 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x; [all …]
|
H A D | Form.php | 34 private $mpdf; variable in Mpdf\\Form 108 $this->mpdf = $mpdf; 332 $this->mpdf->Rect($this->mpdf->x, $this->mpdf->y, $w, $h, 'DF'); 429 if ($this->mpdf->PDFA || $this->mpdf->PDFX) { 430 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)… 518 $this->mpdf->RoundedRect($this->mpdf->x, $this->mpdf->y, $w, $h, 0.5 / $k, 'DF'); 927 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this… 1000 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd… 1002 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this… 1202 …$this->mpdf->columnbuffer[] = ['s' => 'ACROFORM', 'col' => $this->mpdf->CurrCol, 'x' => $this->mpd… [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
H A D | BaseWriter.php | 18 private $mpdf; variable in Mpdf\\Writer\\BaseWriter 27 $this->mpdf = $mpdf; 57 $this->mpdf->offsets[$obj_id] = strlen($this->mpdf->buffer); 188 …} elseif ($this->mpdf->ColActive && !$this->mpdf->processingHeader && !$this->mpdf->processingFoot… 199 $this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] = $this->mpdf->y + $h; 205 …$this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] = max($this->mpdf->ColDetails[$this… 209 $h = $this->mpdf->ColDetails[$this->mpdf->CurrCol]['bottom_margin'] - $this->mpdf->y; 229 …} elseif ($this->mpdf->table_rotate && !$this->mpdf->processingHeader && !$this->mpdf->processingF… 234 } elseif ($this->mpdf->kwt && !$this->mpdf->processingHeader && !$this->mpdf->processingFooter) { 243 …} elseif ($this->mpdf->keep_block_together && !$this->mpdf->processingHeader && !$this->mpdf->proc… [all …]
|
H A D | ObjectWriter.php | 17 private $mpdf; variable in Mpdf\\Writer\\ObjectWriter 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->_obj_stack[$filename])) { 42 $nObj = $this->mpdf->current_parser->resolveObject($this->mpdf->_obj_stack[$filename][$n][1]); 46 $this->mpdf->pdf_write_value($nObj); 48 $this->mpdf->pdf_write_value($nObj[1]); 55 unset($this->mpdf->_obj_stack[$filename][$n]); [all …]
|
H A D | PageWriter.php | 17 private $mpdf; variable in Mpdf\\Writer\\PageWriter 36 $this->mpdf = $mpdf; 44 $nb = $this->mpdf->page; 48 $defwPt = $this->mpdf->fwPt; 49 $defhPt = $this->mpdf->fhPt; 51 $defwPt = $this->mpdf->fhPt; 52 $defhPt = $this->mpdf->fwPt; 120 if ($this->mpdf->fonts[$fk]['sip'] || $this->mpdf->fonts[$fk]['smp']) { 191 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX) { 218 $this->mpdf->PageAnnots[$n][$k]['pageobj'] = $this->mpdf->n; [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
H A D | ColorSpaceRestrictor.php | 19 private $mpdf; variable in Mpdf\\Color\\ColorSpaceRestrictor 43 $this->mpdf = $mpdf; 93 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) { 97 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]]; 101 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]]; 117 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) { 118 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)… 141 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) { 164 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)… 194 …if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)… [all …]
|