I did a simple with your code, and apart from the redundant $pdf->TargetFile($_); it seems to correctly extract the requested PDF info from my small sample of files. I noticed that PDF::Core (which I've rarely used) has some uninitialized variables that could be cleaned up, but I also suspect that as it is a bit old now it simply doesn't grok the particular PDF you're feeding it in your test. Perhaps you should see which PDF is being scanned when that error appears, and test some other (i.e. not generated at your shop) PDFs to see if it is a version problem.

You might also look into PDF::API2 which I have found to be pretty good (and newer), though slower than PDF::Parse for header information.

Good luck!

--
I'd like to be able to assign to an luser


In reply to Re: PDF::Parse fails with obscure error messages by Albannach
in thread PDF::Parse fails with obscure error messages by FoxtrotUniform

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.