View Single Post
Ok - answered my own question:

- subclassed OUIDocumentProxy. The "getPDFPreviewData:modificationDate:error:" method returns nil for data (?) It only processes the file date.

- overloaded it to return the actual image data! in my subclass and voila!

Spira