Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Retrieve the PDF file description

by roboticus (Chancellor)
on Dec 23, 2012 at 20:29 UTC ( [id://1010121]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "Author is: ", $pdfinfo{Author}, "\n";
    print "Title is:  ", $pdfinfo{Title}, "\n";
    print "\n\nAll info tags:\n", Dumper(\%pdfinfo);
    
  2. or download this
    Author is: Texas Instruments, Incorporated [SNAS033,D
    ]
    ...
              'Author' => 'Texas Instruments, Incorporated [SNAS033,D
    ]'
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1010121]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found