We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent b7b67d1 commit 76b2a0dCopy full SHA for 76b2a0d
README.md
@@ -21,6 +21,7 @@ A PDF conversion and form utility based on pdftk.
21
* Add background or overlay PDFs
22
* Read out meta data about PDF and form fields
23
* Set passwords and permissions
24
+ * Remove passwords
25
26
## Requirements
27
@@ -281,7 +282,7 @@ $pdf->fillForm(['name' => 'My Name'])
281
282
283
// Example: Remove password from a PDF
284
$pdf = new Pdf;
-$pdf->addPage('/path/my.pdf', null, 'some**password')
285
+$pdf->addFile('/path/my.pdf', null, 'some**password')
286
->saveAs('/path/new.pdf');
287
```
288
0 commit comments