forked from wallabag/wallabag
add extension for pdf file
This commit is contained in:
@ -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');
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user