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');
}
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');
}
}