Skip navigation.
 
mlClipping drawing printed to PDF?
FROM : Nick Zitzmann
DATE : Tue Jan 08 04:40:08 2008

I have an NSView that intentionally draws some graphics out of the 
view's frame, so that part of the graphics get clipped. When the view 
is drawn to screen or the printer, the graphics are clipped correctly, 
so only part of the graphic is drawn in the view and the other part 
doesn't appear. When the view is drawn to PDF, however, using -
dataWithPDFInsideRect:, then the graphics that are supposed to be 
clipped end up being drawn over the top of another subview of the 
superview. How do I stop this from occurring?

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlClipping drawing printed to PDF? Nick Zitzmann Jan 8, 04:40
mlRe: Clipping drawing printed to PDF? I. Savant Jan 8, 12:51