NSImageView as PDF previewer

2007-03-22 Thread Andreas Höschler
Hello all, in our app we use a little NSImageView on the Invoice Form to let the user see a preview of the generated invoice (PDF). The association between the image view and the displayGroup does NSImage *image = [[NSImage alloc] initWithData:(NSData *)value];

Re: NSImageView as PDF previewer

2007-03-22 Thread Charles philip Chan
On 22 Mar 2007, [EMAIL PROTECTED] wrote: I am taking awide guess here. On MacOSX one can see the PDF in the image view (scaled down). Very neat! This does not work under GNUstep. Anybody know what the problem is, MacOSX uses Display PDF, while GNUstep doesn't. what had to be done to make

Re: NSImageView as PDF previewer

2007-03-22 Thread Nicolas Roard
On 3/22/07, Charles philip Chan [EMAIL PROTECTED] wrote: On 22 Mar 2007, [EMAIL PROTECTED] wrote: I am taking awide guess here. On MacOSX one can see the PDF in the image view (scaled down). Very neat! This does not work under GNUstep. Anybody know what the problem is, MacOSX uses Display

Re: NSImageView as PDF previewer

2007-03-22 Thread Enrico Sersale
On 2007-03-22 16:33:26 +0200 Nicolas Roard [EMAIL PROTECTED] wrote: On 3/22/07, Charles philip Chan [EMAIL PROTECTED] wrote: On 22 Mar 2007, [EMAIL PROTECTED] wrote: I am taking awide guess here. On MacOSX one can see the PDF in the image view (scaled down). Very neat! This does not work