X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9758872bafa625f4aacd3a8aeb45ded3773c791e..refs/pull/654/head:/app/Services/ExportService.php diff --git a/app/Services/ExportService.php b/app/Services/ExportService.php index a78b133ee..1e4e99428 100644 --- a/app/Services/ExportService.php +++ b/app/Services/ExportService.php @@ -127,7 +127,7 @@ class ExportService $pdf = \SnappyPDF::loadHTML($containedHtml); $pdf->setOption('print-media-type', true); } else { - $pdf = \PDF::loadHTML($containedHtml); + $pdf = \DomPDF::loadHTML($containedHtml); } return $pdf->output(); }