Lines Matching refs:PDFX

72 	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) {
4055 throw new \Mpdf\MpdfException("Symbol and Zapfdingbats cannot be embedded in mPDF (required for PDFA1-b or PDFX/1-a).");
4058 if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) {
4059 $this->PDFAXwarnings[] = "Core Adobe font " . ucfirst($family) . " cannot be embedded in mPDF, which is required for PDFA1-b or PDFX/1-a. (Embedded font will be substituted.)";
4214 if ($this->PDFA || $this->PDFX) {
4215 throw new \Mpdf\MpdfException('Core Adobe fonts cannot be embedded in mPDF (required for PDFA1-b or PDFX/1-a) - cannot use option to use core fonts.');
9500 if (($this->PDFA || $this->PDFX) && $this->encrypted) {
9504 if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) {
9509 $standard = 'PDFX/1-a ';
9522 throw new \Mpdf\MpdfException('PDFA/PDFX warnings generated. See log for further details');
9896 if ($this->PDFA || $this->PDFX) {
9897 if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) {
9898 $this->PDFAXwarnings[] = "Annotation markers cannot be semi-transparent in PDFA1-b or PDFX/1-a, so they may make underlying text unreadable. (Annotation markers moved to right margin)";
10015 if ($this->PDFA || $this->PDFX) {
10020 if ($this->PDFA || $this->PDFX || $this->ICCProfile) {
10483 if ($this->PDFA || $this->PDFX) {
10484 throw new \Mpdf\MpdfException('PDFA and PDFX do not permit transparency, so mPDF does not allow Watermarks!');
10568 if ($this->PDFA || $this->PDFX) {
10569 throw new \Mpdf\MpdfException('PDFA and PDFX do not permit transparency, so mPDF does not allow Watermarks!');
10789 if ($this->PDFA || $this->PDFX) {
10790 throw new \Mpdf\MpdfException("Adobe CJK fonts cannot be embedded in mPDF (required for PDFA1-b and PDFX/1-a).");
10911 if ($this->PDFA || $this->PDFX) {
25862 if (!$this->PDFA && !$this->PDFX && !$this->biDirectional) { // mPDF 6