in reply to Re^5: How to export all images from pdf via perl?
in thread How to export all images from pdf via perl?

Dear Monks,

Thanks for your Guidence.

Now i can export all the images from pdf using CAM::PDF.
But the color is slightly varying from the original PDF image.
Is there any possibility to export the original color of the image.
Where can i modify the coding.

Thanks in advance
Prabudass

Note:
I am using extractallimages.pl
  • Comment on Re^6: How to export all images from pdf via perl?

Replies are listed 'Best First'.
Re^7: How to export all images from pdf via perl?
by marto (Cardinal) on Oct 31, 2008 at 11:45 UTC

    Given that I have already explained that this script uses ImageMagicks convert command line utility to export images, perhaps you could start by looking at the part of the code which specifies which command line options are passed to convert, and experiment from there.

    Martin