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:
parent
6fc2c29daa
commit
fa926fb47c
@ -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');
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user