mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
add extension for pdf file
This commit is contained in:
parent
fa926fb47c
commit
b852df020c
1 changed files with 1 additions and 3 deletions
|
@ -301,9 +301,7 @@ class WallabagPDF extends WallabagEbooks
|
|||
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
|
||||
|
||||
|
||||
|
||||
|
||||
$pdf->Output($this->bookFileName, 'FD');
|
||||
$pdf->Output($this->bookFileName . '.pdf', 'FD');
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue