in reply to pdftk encryption function
(orsystem ('/apps/free/pdftk/1.44/bin/pdftk', 'apps.pdf', 'output', 'test +.pdf','owner_pw','abc12345') or die ...;
or use qx). Note the additional output in the command, PDF::Tk does insert this, too, but not where you would want it.system '/apps/free/pdftk/1.44/bin/pdftk apps.pdf output test.pdf owner +_pw abc12345' or die ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: pdftk encryption function
by sumalatha (Novice) on Sep 23, 2014 at 10:08 UTC | |
by soonix (Chancellor) on Sep 24, 2014 at 10:42 UTC |