Home
last modified time | relevance | path

Searched refs:PDFAXwarnings (Results 1 – 21 of 21) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorSpaceRestrictor.php51 * @param string[] $PDFAXwarnings
55 public function restrictColorSpace($c, $color, &$PDFAXwarnings = []) argument
66 return $this->restrictSpotColorSpace($c, $PDFAXwarnings);
68 return $this->restrictRgbColorSpace($c, $color, $PDFAXwarnings);
70 return $this->restrictCmykColorSpace($c, $color, $PDFAXwarnings);
72 return $this->restrictRgbaColorSpace($c, $color, $PDFAXwarnings);
74 return $this->restrictCmykaColorSpace($c, $color, $PDFAXwarnings);
82 * @param string[] $PDFAXwarnings
86 private function restrictSpotColorSpace($c, &$PDFAXwarnings = []) argument
94 …$PDFAXwarnings[] = "Spot color specified '" . $this->mpdf->spotColorIDs[$c[1]] . "' (converted to …
[all …]
DColorConverter.php39 public function convert($color, array &$PDFAXwarnings = []) argument
52 $c = $this->convertPlain($color, $PDFAXwarnings);
183 * @param string[] $PDFAXwarnings
187 private function convertPlain($color, array &$PDFAXwarnings = []) argument
200 $c = $this->restrictColorSpace($c, $color, $PDFAXwarnings);
326 * @param string[] $PDFAXwarnings
330 private function restrictColorSpace($c, $color, &$PDFAXwarnings = []) argument
332 return $this->colorSpaceRestrictor->restrictColorSpace($c, $color, $PDFAXwarnings);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php194 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
222 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
249 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
250 $this->mpdf->SetTColor($this->colorConverter->convert(127, $this->mpdf->PDFAXwarnings));
252 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
253 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
255 $this->mpdf->SetFColor($this->colorConverter->convert(250, $this->mpdf->PDFAXwarnings));
256 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
259 $this->mpdf->SetFColor($this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings));
260 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
[all …]
DGradient.php642 $check = $this->colorConverter->convert($first[0], $this->mpdf->PDFAXwarnings);
728 $col = $this->colorConverter->convert($el[0], $this->mpdf->PDFAXwarnings);
730 $col = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
768 $checkCol = $this->colorConverter->convert($first[0], $this->mpdf->PDFAXwarnings);
872 $col = $this->colorConverter->convert($el[0], $this->mpdf->PDFAXwarnings);
874 $col = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
969 $cor = $this->colorConverter->convert($bgr[1], $this->mpdf->PDFAXwarnings);
978 $g['col'] = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
980 $cor = $this->colorConverter->convert($bgr[2], $this->mpdf->PDFAXwarnings);
984 $g['col2'] = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
DCssManager.php556 elseif (is_array($this->colorConverter->convert($prop[0], $this->mpdf->PDFAXwarnings))) {
1099 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings);
1105 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings);
1108 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[4]), $this->mpdf->PDFAXwarnings);
1113 $new['col'] = $this->colorConverter->convert('#888888', $this->mpdf->PDFAXwarnings);
1159 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[2]), $this->mpdf->PDFAXwarnings);
1163 …l'] = $this->colorConverter->convert(preg_replace('/\*/', ',', $p[3]), $this->mpdf->PDFAXwarnings);
1168 $new['col'] = $this->colorConverter->convert('#888888', $this->mpdf->PDFAXwarnings);
DMpdf.php273 var $PDFAXwarnings; variable in Mpdf\\Mpdf
1114 $this->PDFAXwarnings = [];
1116 …$this->TextColor = $this->SetTColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
1117 …$this->DrawColor = $this->SetDColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
1118 …his->FillColor = $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings), true);
1163 $this->PDFAXwarnings = [];
1495 $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings));
1898 $this->PDFAXwarnings[] = "Image opacity must be 100% (Opacity changed to 100%)";
1943 …$this->PDFAXwarnings[] = "Cannot set visibility to anything other than full when using PDFA or PDF…
2768 $this->PDFAXwarnings[] = "Cannot use layers when using PDFA or PDFX";
[all …]
DDirectWrite.php505 $fc = $this->colorConverter->convert($fill, $this->mpdf->PDFAXwarnings);
506 $tc = $this->colorConverter->convert($color, $this->mpdf->PDFAXwarnings);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DAnnotation.php69 $cor = $this->colorConverter->convert($attr['COLOR'], $this->mpdf->PDFAXwarnings);
73 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
76 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
DTextArea.php72 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
86 …ol'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings);
89 …ol'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
DHr.php73 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
75 $objattr['color'] = $this->colorConverter->convert($attr['COLOR'], $this->mpdf->PDFAXwarnings);
DInput.php78 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
89 …ol'] = $this->colorConverter->convert($properties['BORDER-TOP-COLOR'], $this->mpdf->PDFAXwarnings);
92 …ol'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
DBarCode.php170 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
175 …or'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
DTextCircle.php99 …bjattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
203 …or'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
DTd.php82 $c['border_details']['R']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
83 $c['border_details']['L']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
84 $c['border_details']['T']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
85 $c['border_details']['B']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
DSelect.php27 …option['COLOR'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
DImg.php251 …or'] = $this->colorConverter->convert($properties['BACKGROUND-COLOR'], $this->mpdf->PDFAXwarnings);
443 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
DInlineTag.php36 $objattr['COLOR'] = $this->colorConverter->convert('yellow', $this->mpdf->PDFAXwarnings);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DWmf.php125 …' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
152 …' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
DImageProcessor.php338 …$this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use CMYK color space - %s - (Image conve…
373 …$this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use RGB color space - %s - (Image conver…
550 …$this->mpdf->PDFAXwarnings[] = sprintf('PNG image may not use RGB color space - %s - (Image conver…
571 …$this->mpdf->PDFAXwarnings[] = sprintf('Transparency (alpha channel) not permitted in PDFA or PDFX…
DBmp.php52 …$this->mpdf->PDFAXwarnings[] = "Image cannot be converted to suitable colour space for PDFA or PDF…
DSvg.php1370 $col = $this->colorConverter->convert($critere_style['color'], $this->mpdf->PDFAXwarnings);
1382 $col = $this->colorConverter->convert($critere_style['fill'], $this->mpdf->PDFAXwarnings);
1411 $col = $this->colorConverter->convert($critere_style['color'], $this->mpdf->PDFAXwarnings);
1425 $col = $this->colorConverter->convert($critere_style['stroke'], $this->mpdf->PDFAXwarnings);
2447 $col = $this->colorConverter->convert($current_style['fill'], $this->mpdf->PDFAXwarnings);
2455 $scol = $this->colorConverter->convert($current_style['stroke'], $this->mpdf->PDFAXwarnings);
2624 $col = $this->colorConverter->convert($current_style['fill'], $this->mpdf->PDFAXwarnings);
2632 $scol = $this->colorConverter->convert($current_style['stroke'], $this->mpdf->PDFAXwarnings);
3579 $col = $this->colorConverter->convert($color, $this->mpdf->PDFAXwarnings);
3581 $col = $this->colorConverter->convert('#000000', $this->mpdf->PDFAXwarnings);