PDF rendering & black background?
PDF rendering & black background?
- Subject: PDF rendering & black background?
- From: Robert Miller <email@hidden>
- Date: Tue, 17 Jul 2001 10:27:32 -0400
- Organization: RFM & Associates
Hello,
I'm trying to display a PDF file(s) using an NSImage object and when
the image gets drawn via
[myNSImage drawInRect: destR fromRect: sourceR operation:
NSCompositeCopy: fraction: 1.0]
the entire background comes up black, except for places where there are
some line objects, etc. in the PDF doc. , they are displayed correctly
within their own bounds rects. I tried using XOR compositing but that of
course inverts the line obects etc. Is there some special setting(s) for
rendering PDF correctly ?
Thanks in advance for any help,
Regards,
Bob M.