Re: sending html file to safari for printing

2012-06-06 Thread Frédéric Testuz
Le 6 juin 2012 à 18:08, Amy Gibbs a écrit : > I've got an app I've written for myself, it's mac core data based. > > I need to be able to output a printout of some data, it would basically be a > table with some images and data. I think the easiest thing to do may be to > create an HTML page th

Re: sending html file to safari for printing

2012-06-06 Thread Jens Alfke
On Jun 6, 2012, at 9:08 AM, Amy Gibbs wrote: > I can manage creating and saving the HTML file, how do I automatically open > it up in Safari (or the default browser it doesn't matter) so I can print it > out? Tell NSWorkspace to open the file. —Jens ___