How to figure out the resolution (DPI) of images embedded in a PDF document?

Viewed 10809

I have a PDF document that also contains images.

Now I want to know the resolution of these images.

A first step would be to somehow get the images out of the PDF document. But how?

Is that even possible with something provided in Cocoa?

5 Answers
Related