Class kartik\export\ExportWriterPdf
| Inheritance | kartik\export\ExportWriterPdf » PhpOffice\PhpSpreadsheet\Writer\Pdf\Mpdf |
|---|---|
| Available since version | 1.0 |
Krajee custom PDF Writer library based on MPdf.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $filename | string | The exported output file name. | kartik\export\ExportWriterPdf |
| $pdfConfig | array | Kartik\mpdf\Pdf component configuration settings | kartik\export\ExportWriterPdf |
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| createExternalWriterInstance() | kartik\export\ExportWriterPdf |
Property Details
The exported output file name. Defaults to 'grid-export';
Kartik\mpdf\Pdf component configuration settings
Method Details
| protected void createExternalWriterInstance ( $config = [] ) | ||
| $config | ||