diff options
author | tcit <tcit@tcit.fr> | 2014-09-28 12:18:47 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-09-28 12:18:47 +0200 |
commit | b852df020c68ad6bc94df73cb1025c6b64ec10a6 (patch) | |
tree | e7981b1d4d006990a7d072a8006580eabaab0440 /inc/poche/WallabagEBooks.class.php | |
parent | fa926fb47c3d282c7662e4767923a5b7bd927a59 (diff) | |
download | wallabag-b852df020c68ad6bc94df73cb1025c6b64ec10a6.tar.gz wallabag-b852df020c68ad6bc94df73cb1025c6b64ec10a6.tar.zst wallabag-b852df020c68ad6bc94df73cb1025c6b64ec10a6.zip |
add extension for pdf file
Diffstat (limited to 'inc/poche/WallabagEBooks.class.php')
-rw-r--r-- | inc/poche/WallabagEBooks.class.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/poche/WallabagEBooks.class.php b/inc/poche/WallabagEBooks.class.php index 66569730..9dc545df 100644 --- a/inc/poche/WallabagEBooks.class.php +++ b/inc/poche/WallabagEBooks.class.php | |||
@@ -299,11 +299,9 @@ class WallabagPDF extends WallabagEbooks | |||
299 | 299 | ||
300 | // set image scale factor | 300 | // set image scale factor |
301 | $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); | 301 | $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); |
302 | |||
303 | |||
304 | 302 | ||
305 | 303 | ||
306 | $pdf->Output($this->bookFileName, 'FD'); | 304 | $pdf->Output($this->bookFileName . '.pdf', 'FD'); |
307 | 305 | ||
308 | } | 306 | } |
309 | } \ No newline at end of file | 307 | } \ No newline at end of file |