You are here

public function PdfExportMpdfProcessor::enableDebug in PDF Export 7

Enable debugging for troubleshooting.

Overrides PdfExportProcessorInterface::enableDebug

File

pdf_export_mpdf/includes/PdfExportMpdfProcessor.inc, line 55
PDF Export: mPDF processor class.

Class

PdfExportMpdfProcessor
@file PDF Export: mPDF processor class.

Code

public function enableDebug() {
  $this->library->showImageErrors = TRUE;
  $this->library->debug = TRUE;
}