You are here

public function PdfExportProcessorInterface::save in PDF Export 7

Save generated file to the filesystem.

Parameters

string $filename: The path where the pdf should be exported.

Return value

bool TRUE if successfully exported. FALSE otherwise.

1 method overrides PdfExportProcessorInterface::save()
PdfExportMpdfProcessor::save in pdf_export_mpdf/includes/PdfExportMpdfProcessor.inc
Save generated file to the filesystem.

File

includes/PdfExportProcessorInterface.inc, line 48
PdfProcessor interface.

Class

PdfExportProcessorInterface
@file PdfProcessor interface.

Code

public function save($filename);