Home
last modified time | relevance | path

Searched refs:PDFA (Results 1 – 10 of 10) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php92 if ($this->mpdf->PDFA) {
93 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) {
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)) {
140 if ($this->mpdf->PDFA && $this->mode != 3) {
141 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) {
163 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
164 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
169 } elseif ($this->mpdf->PDFA && $this->mode != 3) {
193 if ($this->mpdf->PDFA
[all...]
H A DColorConverter.php199 if ($this->mpdf->PDFA || $this->mpdf->PDFX || $this->mpdf->restrictColorSpace) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DImageWriter.php59 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) {
66 if ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace !== 3) {
72 } elseif (($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) && $info['cs'] === 'DeviceRGB') {
H A DMetadataWriter.php122 } // This bit is specific to PDFA-1b
123 elseif ($this->mpdf->PDFA) {
126 throw new \Mpdf\MpdfException(sprintf('PDFA version (%s) is not valid. (Use: 1-B, 3-B, etc.)', $this->mpdf->PDFAversion));
196 if ($this->mpdf->PDFA) {
246 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) {
377 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
382 if ($this->mpdf->PDFA || $this->mpdf->PDFX || $this->mpdf->ICCProfile) {
435 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX && is_int(strpos($this->mpdf->DisplayPreferences, 'NoPrintScaling'))) {
444 if ($this->mpdf->mirrorMargins && !$this->mpdf->PDFA && !$this->mpdf->PDFX) {
539 if ($this->mpdf->PDFA ||
[all...]
H A DPageWriter.php191 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX) {
H A DFontWriter.php64 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
140 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php330 if ($a[2] === 'DeviceCMYK' && ($this->mpdf->restrictColorSpace === 2 || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace !== 3))) {
337 if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) {
372 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
549 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
560 } elseif (($this->mpdf->PDFA || $this->mpdf->PDFX) && $pngalpha) {
567 } elseif ($this->mpdf->PDFA) { // RGB
570 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
571 $this->mpdf->PDFAXwarnings[] = sprintf('Transparency (alpha channel) not permitted in PDFA or PDFX files - %s - (Image converted to one without transparency.)', $file);
593 if ($this->mpdf->PDFA) {
1106 if ($this->mpdf->PDFA ||
[all...]
H A DBmp.php51 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
52 $this->mpdf->PDFAXwarnings[] = "Image cannot be converted to suitable colour space for PDFA or PDFX file - $file - (Image replaced by 'no-image'.)";
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php427 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
428 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
H A DMpdf.php75 var $PDFA;
1896 if (($this->PDFA || $this->PDFX) && $alpha != 1) {
1897 if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) {
1942 if (($this->PDFA || $this->PDFX) && $this->visibility != 'visible') {
1943 $this->PDFAXwarnings[] = "Cannot set visibility to anything other than full when using PDFA or PDFX";
1945 } elseif (!$this->PDFA && !$this->PDFX) {
2767 if (($this->PDFA || $this->PDFX)) {
2768 $this->PDFAXwarnings[] = "Cannot use layers when using PDFA or PDFX";
2770 } elseif (!$this->PDFA && !$this->PDFX) {
4053 if ($this->PDFA ||
84 var $PDFA; global() variable in Mpdf\\Mpdf
[all...]