Best Method,
Download Knoppix or Mandrake Move or, well any version of CD-Bootable linux. (They are free)
Burn the cdimage to cdrom and boot up with linux.
from the command prompt, run
pdfimages -j input_file ./
That runs the program pdfimages, tells it to write jpeg files if the original was a pdf, ppm otherwise and then, write them to the current directory.
That will extract every image, in full resolution stored in the pdf, and saves the files in numbered format (001.jpg, 002.jpg etc)
You can also use pdftext to extract the full text of a pdf.
If you are interested, I can post links and howto's on how to get the job done.
best regards
Dalton