CocoaDev

Edit AllPages

Using WebKit to print data can be a lot easier than printing using the AppKit NSView classes. I used this code to print tabular data from out application and it was much easier than mucking with NSTableView

// this delegate is called when the webframe is done loading the HTML string, so lets print from here!

– [[AdhamhFindlay