Webkit printing
Webkit printing
- Subject: Webkit printing
- From: John Timmer <email@hidden>
- Date: Tue, 21 Oct 2003 17:26:28 -0400
Greetings -
I'm trying to print a webview that's one of a number of views in my window.
I've tried both:
[NSPrintOperation printOperationWithView: thePrintJobView];
and:
[NSPrintOperation printOperationWithView: [[thePrintJobView mainFrame]
frameView]];
And both of them give me a print job with the bounds of what's in the
window, and include the scrollbars. How does one get just the internal
contents, hopefully all of them, in a view the size of a page?
Any advice appreciated,
John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.