the usual way is to either directly process pdfs in perl with the help of modules (search cpan), but that is fairly involved. so sometimes one would use a utility like xpdf or such to convert pdfs to text or html, and then find a way to extract the required information. it seems you're trying the opposite to the usual tactic, and instead of parsing html (much easier) as per your first post, you've gone to pdf and again ask for code to fall from the sky without showing any programming effort yourself. if you just want the job done and you have no clue about perl or care about programming, then just post it up on some other forum that's geared towards providing free tools/code/advice to support your efforts. this is a perl forum for people interested in perl programming...or at the very least people interested in and actively learning technology. i don't want to disuade you from your efforts, but i do question whether this is the right forum/audience for you.
the hardest line to type correctly is: stty erase ^H

In reply to Re: Extracting caption of a image from PDF file by aquarium
in thread Extracting caption of a image from PDF file by ajju

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.