Skip to content

Commit

Permalink
Fixed README.md to provide proper information about how to remove a…
Browse files Browse the repository at this point in the history
… password from a file
  • Loading branch information
boesing committed Oct 10, 2018
1 parent b7b67d1 commit 76b2a0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -21,6 +21,7 @@ A PDF conversion and form utility based on pdftk.
* Add background or overlay PDFs
* Read out meta data about PDF and form fields
* Set passwords and permissions
* Remove passwords

## Requirements

Expand Down Expand Up @@ -281,7 +282,7 @@ $pdf->fillForm(['name' => 'My Name'])

// Example: Remove password from a PDF
$pdf = new Pdf;
$pdf->addPage('/path/my.pdf', null, 'some**password')
$pdf->addFile('/path/my.pdf', null, 'some**password')
->saveAs('/path/new.pdf');
```

Expand Down

0 comments on commit 76b2a0d

Please sign in to comment.