Skip to content

Commit

Permalink
fix: PDF protection enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasravnsborg committed Aug 30, 2016
1 parent 6f4eedb commit 0c6e0c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LaravelPdf/PdfServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public function register() {
Config::get('pdf.orientation') // L - landscape, P - portrait
);

$mpdf->SetProtection(array('print'));
$mpdf->SetTitle(Config::get('pdf.title'));
$mpdf->SetAuthor(Config::get('pdf.author'));
$mpdf->SetWatermarkText(Config::get('pdf.watermark'));
Expand Down

0 comments on commit 0c6e0c3

Please sign in to comment.