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.
1 parent ae9cfc1 commit 8de5b0fCopy full SHA for 8de5b0f
README.md
@@ -43,6 +43,9 @@ composer require mikehaertl/php-pdftk
43
Please consult the `pdftk` man page for each operation to find out how each operation works
44
in detail and which options are available.
45
46
+> **Note:** Some commands allow to alias your files with a handle (see examples below).
47
+> In version 2.x of pdftk a handle can be one or more upper case letters.
48
+
49
For all operations you can either save the PDF locally through `saveAs($name)` or send it to the
50
browser with `send()`. If you pass a filename to `send($name)` the client browser will open a download
51
dialogue whereas without a filename it will usually display the PDF inline.
0 commit comments