Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello, When I run the below code, I am getting junk characters as output. Any solution to avoid this? I need last modified date from PDF document properties. I tried stat function but it is giving different date. I need modified date from document properties. After opening PDF, press Ctrl+D, it throws the properties and I want that modified date.
my $pdf = PDF::API2->open("$file"); print Dumper { $pdf->info }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PDF::API2 module prints junk characters
by poj (Abbot) on Sep 01, 2015 at 10:17 UTC | |
by Anonymous Monk on Sep 01, 2015 at 10:25 UTC | |
by Anonymous Monk on Sep 01, 2015 at 11:07 UTC | |
|
Re: PDF::API2 module prints junk characters ( CAM::PDF / pdfinfo.pl)
by Anonymous Monk on Sep 02, 2015 at 00:17 UTC |