Skip to content

Commit 8de5b0f

Browse files
committed
Add note on pdftk handles
1 parent ae9cfc1 commit 8de5b0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ composer require mikehaertl/php-pdftk
4343
Please consult the `pdftk` man page for each operation to find out how each operation works
4444
in detail and which options are available.
4545

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+
4649
For all operations you can either save the PDF locally through `saveAs($name)` or send it to the
4750
browser with `send()`. If you pass a filename to `send($name)` the client browser will open a download
4851
dialogue whereas without a filename it will usually display the PDF inline.

0 commit comments

Comments
 (0)