]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
offering download for pdf file and comment in code
authortcit <tcit@tcit.fr>
Sat, 27 Sep 2014 17:59:43 +0000 (19:59 +0200)
committertcit <tcit@tcit.fr>
Sat, 27 Sep 2014 17:59:43 +0000 (19:59 +0200)
inc/poche/WallabagEBooks.class.php

index d77fe0d81c7cad105023ad57e4280044dafb26c3..6656973096b2a1108419e3d6e0a415f24ac0ff83 100644 (file)
@@ -200,6 +200,9 @@ class WallabagMobi extends WallabagEBooks
             Tools::logm('Mobi file produced');
         }
         else {
+               ##                                         ##
+               #   Not working yet !!! #
+               ##                                         ##
             // we send file to kindle
 
             Tools::logm('Preparing to send file by email');
@@ -300,7 +303,7 @@ class WallabagPDF extends WallabagEbooks
         
         
 
-        $pdf->Output($this->bookFileName, 'I');
+        $pdf->Output($this->bookFileName, 'FD');
 
        }
 }
\ No newline at end of file