Extract text and images from pdf file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • undbund

    #1

    Extract text and images from pdf file

    Hi guys, can you guide me to tutorials, examples and scripts where I
    can learn how to extract text, images, etc from pdf file.

    Thanks
    Undbund
  • SrSilveira

    #2
    Re: Extract text and images from pdf file

    On Mar 31, 3:42 am, undbund <undb...@gmail. comwrote:
    Hi guys, can you guide me to tutorials, examples and scripts where I
    can learn how to extract text, images, etc from pdf file.
    >
    Thanks
    Undbund
    start here
    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

    Comment

    • Tim Roberts

      #3
      Re: Extract text and images from pdf file

      SrSilveira <srsilveira@gma il.comwrote:
      >On Mar 31, 3:42 am, undbund <undb...@gmail. comwrote:
      >
      >Hi guys, can you guide me to tutorials, examples and scripts where I
      >can learn how to extract text, images, etc from pdf file.
      >
      >start here
      >http://www.php.net/pdf
      That's an interesting suggestion, but it doesn't do anything to solve his
      problem. The PDF functions are used to CREATE PDFs, but they don't do
      anything about READING PDFs.

      To extract stuff from a PDF file, you need a PDF rendering library. I'm
      not aware of any PHP packages that do that (although I'm sure someone will
      correct me), but you might look into xpdf or poppler.
      --
      Tim Roberts, timr@probo.com
      Providenza & Boekelheide, Inc.

      Comment

      • undbund

        #4
        Re: Extract text and images from pdf file

        On Apr 1, 5:48 pm, Tim Roberts <t...@probo.com wrote:
        SrSilveira <srsilve...@gma il.comwrote:
        On Mar 31, 3:42 am, undbund <undb...@gmail. comwrote:
        >
        Hi guys, can you guide me to tutorials, examples and scripts where I
        can learn how to extract text, images, etc from pdf file.
        >>
        That's an interesting suggestion, but it doesn't do anything to solve his
        problem. The PDF functions are used to CREATE PDFs, but they don't do
        anything about READING PDFs.
        >
        To extract stuff from a PDF file, you need a PDF rendering library. I'm
        not aware of any PHP packages that do that (although I'm sure someone will
        correct me), but you might look into xpdf or poppler.
        --
        Tim Roberts, t...@probo.com
        Providenza & Boekelheide, Inc.
        I have looked over for such libraries, but they cost too much and I
        found non for PHP. Can this be done in any other programming language?

        Thanks for all your replies

        Comment

        • Jerry Stuckle

          #5
          Re: Extract text and images from pdf file

          undbund wrote:
          On Apr 1, 5:48 pm, Tim Roberts <t...@probo.com wrote:
          >SrSilveira <srsilve...@gma il.comwrote:
          >>On Mar 31, 3:42 am, undbund <undb...@gmail. comwrote:
          >>>Hi guys, can you guide me to tutorials, examples and scripts where I
          >>>can learn how to extract text, images, etc from pdf file.
          >>start here
          >>http://www.php.net/pdf
          >That's an interesting suggestion, but it doesn't do anything to solve his
          >problem. The PDF functions are used to CREATE PDFs, but they don't do
          >anything about READING PDFs.
          >>
          >To extract stuff from a PDF file, you need a PDF rendering library. I'm
          >not aware of any PHP packages that do that (although I'm sure someone will
          >correct me), but you might look into xpdf or poppler.
          >--
          >Tim Roberts, t...@probo.com
          >Providenza & Boekelheide, Inc.
          >
          I have looked over for such libraries, but they cost too much and I
          found non for PHP. Can this be done in any other programming language?
          >
          Thanks for all your replies
          >
          Who knows? Ask in another language newsgroup.

          But I don't know of anything for PHP.

          --
          =============== ===
          Remove the "x" from my email address
          Jerry Stuckle
          JDS Computer Training Corp.
          jstucklex@attgl obal.net
          =============== ===

          Comment

          • Richard

            #6
            Re: Extract text and images from pdf file


            "undbund" <undbund@gmail. comwrote in message
            news:9dba2711-a98a-4a52-be0e-049399bb4e9d@s3 7g2000prg.googl egroups.com...
            On Apr 1, 5:48 pm, Tim Roberts <t...@probo.com wrote:
            >SrSilveira <srsilve...@gma il.comwrote:
            >On Mar 31, 3:42 am, undbund <undb...@gmail. comwrote:
            >>
            >Hi guys, can you guide me to tutorials, examples and scripts
            >where I
            >can learn how to extract text, images, etc from pdf file.
            >>
            >start here
            >http://www.php.net/pdf
            >>
            >That's an interesting suggestion, but it doesn't do anything to
            >solve his
            >problem. The PDF functions are used to CREATE PDFs, but they don't
            >do
            >anything about READING PDFs.
            >>
            >To extract stuff from a PDF file, you need a PDF rendering library.
            >I'm
            >not aware of any PHP packages that do that (although I'm sure
            >someone will
            >correct me), but you might look into xpdf or poppler.
            >--
            >Tim Roberts, t...@probo.com
            >Providenza & Boekelheide, Inc.
            >
            I have looked over for such libraries, but they cost too much and I
            found non for PHP. Can this be done in any other programming
            language?
            >
            Thanks for all your replies
            Hi,

            have a look at Perl and the PDF::Reuse module.

            R.


            Comment

            Working...