mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 00:47:13 +01:00
add extension for pdf file
This commit is contained in:
parent
fa926fb47c
commit
b852df020c
@ -299,11 +299,9 @@ class WallabagPDF extends WallabagEbooks
|
||||
|
||||
// set image scale factor
|
||||
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
|
||||
|
||||
|
||||
|
||||
|
||||
$pdf->Output($this->bookFileName, 'FD');
|
||||
$pdf->Output($this->bookFileName . '.pdf', 'FD');
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user