Re: Printing a Webview
Re: Printing a Webview
- Subject: Re: Printing a Webview
- From: Frédéric Testuz <email@hidden>
- Date: Thu, 10 Jul 2008 18:36:18 +0200
Hello,
If your have :
WebView *myView;
Don't print myView, but print [[[myView mainFrame] frameView]
documentView].
Consider WebView and frameView like NSScrolView. You don't want to
print the scroll view but its content.
Frédéric Testuz
Le 10 juil. 08 à 17:44, Western Botanicals a écrit :
I am trying to print a whole page in a webview, but it is only
printing the portion that I can see in the window (there is more if
I scroll down), how can I print the whole thing. I think the problem
may be that the page setup is not the right size.
What can I do?
Thank you
Justin Giboney
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden