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
    ]'
            };