mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-20 04:26:16 +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->setImageScale(PDF_IMAGE_SCALE_RATIO);
|
||||||
|
|
||||||
|
|
||||||
|
$pdf->Output($this->bookFileName . '.pdf', 'FD');
|
||||||
|
|
||||||
$pdf->Output($this->bookFileName, 'FD');
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue