Nithu has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

We are planning to convert a PDF to a readable format and store in a Hash structure. The PDF content is something thing like below in table format,

Title1

Field1: Field1 Desc

Id:

Id No 1234

Synopsis:

Synaopsis of the field1

Field2: Field2 Desc

Id:

Id No 5678

Synopsis:

Synaopsis of the field2

Title2:

Field1: Field1 Desc

Id:

Id No 1234

Synopsis:

Synaopsis of the field1

Field2: Field2 Desc

Id:

Id No 5678

Synopsis:

Synaopsis of the field2

Can one someone help?
  • Comment on To read the respective fields from the PDF file

Replies are listed 'Best First'.
Re: To read the respective fields from the PDF file
by LanX (Saint) on Mar 31, 2014 at 11:44 UTC
    Read the respective posts

    PDF Parser

    Cheers Rolf

    ( addicted to the Perl Programming Language)

Re: To read the respective fields from the PDF file
by vinoth.ree (Monsignor) on Mar 31, 2014 at 07:34 UTC

    Hi,

    What are all the step you have taken first?

    Did you check in CAPN for PDF related modules?


    All is well