diff options
author | tcit <tcit@tcit.fr> | 2014-09-27 19:59:43 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-09-27 19:59:43 +0200 |
commit | fa926fb47c3d282c7662e4767923a5b7bd927a59 (patch) | |
tree | dddd203b0cc8a9cc28eaea89101a3870dfd9505d /inc/poche | |
parent | 6fc2c29daaadcd5075aec6bde2fd0f94274367a8 (diff) | |
download | wallabag-fa926fb47c3d282c7662e4767923a5b7bd927a59.tar.gz wallabag-fa926fb47c3d282c7662e4767923a5b7bd927a59.tar.zst wallabag-fa926fb47c3d282c7662e4767923a5b7bd927a59.zip |
offering download for pdf file and comment in code
Diffstat (limited to 'inc/poche')
-rw-r--r-- | inc/poche/WallabagEBooks.class.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/poche/WallabagEBooks.class.php b/inc/poche/WallabagEBooks.class.php index d77fe0d8..66569730 100644 --- a/inc/poche/WallabagEBooks.class.php +++ b/inc/poche/WallabagEBooks.class.php | |||
@@ -200,6 +200,9 @@ class WallabagMobi extends WallabagEBooks | |||
200 | Tools::logm('Mobi file produced'); | 200 | Tools::logm('Mobi file produced'); |
201 | } | 201 | } |
202 | else { | 202 | else { |
203 | ## ## | ||
204 | # Not working yet !!! # | ||
205 | ## ## | ||
203 | // we send file to kindle | 206 | // we send file to kindle |
204 | 207 | ||
205 | Tools::logm('Preparing to send file by email'); | 208 | Tools::logm('Preparing to send file by email'); |
@@ -300,7 +303,7 @@ class WallabagPDF extends WallabagEbooks | |||
300 | 303 | ||
301 | 304 | ||
302 | 305 | ||
303 | $pdf->Output($this->bookFileName, 'I'); | 306 | $pdf->Output($this->bookFileName, 'FD'); |
304 | 307 | ||
305 | } | 308 | } |
306 | } \ No newline at end of file | 309 | } \ No newline at end of file |