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

Hi, I want to extract the images and text from the 1.pdf with byte stream. Then do the same process for 2.pdf. Then add the bytes stream for 1.pdf and also 2.pdf. Finally compare the bytes stream of 1.pdf and 2.pdf. Both pdfs bytes stream are same no error.. otherwise it will show the error. Kindly expect ur help on this at the earlist Thanks Suresh
  • Comment on Extract images and text from the pdf and compare the byte stream..

Replies are listed 'Best First'.
Re: Extract images and text from the pdf and compare the byte stream..
by marto (Cardinal) on Aug 10, 2009 at 13:56 UTC

    What have you tried so far? Perhaps CAM::PDF and its related scripts/modules would be a good place to start.

    Martin