I'm having trouble getting EPS images to draw on screen (I'm not even entirely sure that Cocoa can do this out of the box)
I can load up the EPS data, initialize an NSEPSImageRep instance and add it to an NSImage object but when it comes to displaying it in an NSImageView object all I get is a place holder box with the text "EPS Image" followed by the image dimensions. The EPS has obviously been initialized correctly but has not been rendered.
What am I missing? Am I attempting the impossible?
Also, in a sort-of-related matter, how do you select pages in a PDFImageRep? Every PDF I load up returns a zero for the pageCount and all other methods to get or set the current page result in a -1.