Home
last modified time | relevance | path

Searched refs:PDFA_PDFX (Results 1 – 2 of 2) sorted by path

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Log/
H A DContext.php10 const PDFA_PDFX = 'pdfa_pdfx'; define in Mpdf\\Log\\Context
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php9513 $this->logger->warning(sprintf('PDF could not be generated as it stands as a %s compliant file.', $standard), ['context' => LogContext::PDFA_PDFX]);
9514 $this->logger->warning(sprintf('These issues can be automatically fixed by mPDF using %s = true;', $option), ['context' => LogContext::PDFA_PDFX]);
9515 $this->logger->warning(sprintf('Action that mPDF will take to automatically force %s compliance are shown further in the log.', $standard), ['context' => LogContext::PDFA_PDFX]);
9519 $this->logger->warning($w, ['context' => LogContext::PDFA_PDFX]);