1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 11:22:17 -05:00

offering download for pdf file and comment in code

This commit is contained in:
tcit 2014-09-27 19:59:43 +02:00
parent 6fc2c29daa
commit fa926fb47c

View File

@ -200,6 +200,9 @@ class WallabagMobi extends WallabagEBooks
Tools::logm('Mobi file produced'); Tools::logm('Mobi file produced');
} }
else { else {
## ##
# Not working yet !!! #
## ##
// we send file to kindle // we send file to kindle
Tools::logm('Preparing to send file by email'); 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');
} }
} }