Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php117 if ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
118 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
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)) {
194 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
199 } elseif ($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mode == 3)) {
200 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
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)) {
60 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
72 } elseif (($this->mpdf->PDFX || ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3)) && $info['cs'] === 'DeviceRGB') {
73 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
H A DMetadataWriter.php119 // This bit is specific to PDFX-1a
120 if ($this->mpdf->PDFX) {
182 if ($this->mpdf->PDFX) {
208 } elseif ($this->mpdf->PDFX) { // always a CMYK profile
225 if ($this->mpdf->PDFX && !$this->mpdf->ICCProfile) {
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) {
[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) {
141 throw new \Mpdf\MpdfException('Core fonts are not allowed in PDF/A1-b or PDFX/1-a files (Times, Helvetica, Courier etc.)');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php369 if ($a[2] === 'DeviceRGB' && ($this->mpdf->PDFX || $this->mpdf->restrictColorSpace === 3)) {
372 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
545 if ($firsttime && ($colspace === 'DeviceRGB' || $colspace === 'Indexed') && ($this->mpdf->PDFX || $this->mpdf->restrictColorSpace === 3)) {
549 if (($this->mpdf->PDFA && !$this->mpdf->PDFAauto) || ($this->mpdf->PDFX && !$this->mpdf->PDFXauto)) {
560 } elseif (($this->mpdf->PDFA || $this->mpdf->PDFX) && $pngalpha) {
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);
1106 if ($this->mpdf->PDFA || $this->mpdf->PDFX) {
1202 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX && !$mask) { // mPDF 6 added NOT mask
H A DBmp.php50 if ($this->mpdf->restrictColorSpace == 1 || $this->mpdf->PDFX || $this->mpdf->restrictColorSpace == 3) {
51 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)) {
429 $this->mpdf->PDFAXwarnings[] = 'Core Adobe font Zapfdingbats cannot be embedded in mPDF - used in Form element: Select - which is required for PDFA1-b or PDFX/1-a. (Different character/font will be substituted.)';
H A DMpdf.php72 var $PDFX;
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 || $this->PDFX) {
81 var $PDFX; global() variable in Mpdf\\Mpdf
[all...]