forked from wallabag/wallabag
add extension for pdf file
This commit is contained in:
@ -301,9 +301,7 @@ class WallabagPDF extends WallabagEbooks
|
|||||||
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
|
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
|
||||||
|
|
||||||
|
|
||||||
|
$pdf->Output($this->bookFileName . '.pdf', 'FD');
|
||||||
|
|
||||||
$pdf->Output($this->bookFileName, 'FD');
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user