sumalatha has asked for the wisdom of the Perl Monks concerning the following question:
i'am new to perl programming and tiring to implement a function to perform pdf file get encrypted and save in server and pdf encrypted file need to decrypted , when it is downloaded by a authorised user and for rest of the users if they download , it should be in unreadable format.
for implementing the above function, i tried of doing using pdftk and installed PDF::Tk ().
source code:output: Can't find executablable /usr/bin/pdftk at /usr/lib/perl5/site_perl/5.8.5/PDF/Tk.pm line 19.use PDF::Tk; my $doc=PDF::Tk->new(); $doc->call_pdftk('input.pdf', 'outPDF.pdf', 'owner_pw', 'foopass');
Does this error mean to set the environment PATH variable to "/usr/bin/pdftk".
Please let me know how to resolve the above issue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pdftk functionality
by NetWallah (Canon) on Aug 21, 2014 at 04:55 UTC | |
by Anonymous Monk on Aug 21, 2014 at 06:27 UTC | |
by Anonymous Monk on Sep 17, 2014 at 07:13 UTC |