|
|
|
@@ -79,6 +79,7 @@ class PDFDownLoadManagerHelloTechno extends PDFDownLoadManager |
|
|
|
// はがきサイズを指定 |
|
|
|
$ret = $pdf->setOption('page-height', 148) |
|
|
|
->setOption('page-width', 100) |
|
|
|
->setOption('margin-right', 3) |
|
|
|
->setOption('encoding', 'utf-8') |
|
|
|
->inline() |
|
|
|
->header("Content-Disposition", sprintf('inline; filename=%s', $filename)); |
|
|
|
|