You are here

public function PdfExportProcessorInterface::setHTML in PDF Export 7

Sets the HTML to be exported.

Parameters

string $html: Final HTML string to be exported.

1 method overrides PdfExportProcessorInterface::setHTML()
PdfExportMpdfProcessor::setHTML in pdf_export_mpdf/includes/PdfExportMpdfProcessor.inc
Sets the HTML to be exported.

File

includes/PdfExportProcessorInterface.inc, line 32
PdfProcessor interface.

Class

PdfExportProcessorInterface
@file PdfProcessor interface.

Code

public function setHTML($html);