mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-26 01:09:19 -05:00
add extension for pdf file
This commit is contained in:
parent
fa926fb47c
commit
b852df020c
@ -299,11 +299,9 @@ class WallabagPDF extends WallabagEbooks
|
||||
|
||||
// set image scale factor
|
||||
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
|
||||
|
||||
|
||||
|
||||
|
||||
$pdf->Output($this->bookFileName, 'FD');
|
||||
$pdf->Output($this->bookFileName . '.pdf', 'FD');
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user