• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Printing a Webview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Printing a Webview (From: Western Botanicals <email@hidden>)

  • Prev by Date: Re: Drawing issues in custom view
  • Next by Date: Re: Why can't I name a property `tag'?
  • Previous by thread: Printing a Webview
  • Next by thread: Design Question: Where to observe using KVO?
  • Index(es):
    • Date
    • Thread