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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/ftestuz%40bluewin.ch

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to