|
Posted by philkime on June 15, 2008, 9:22 pm
Please log in for more thread options >
> > I'm looking for a Win32::Printer equivalent for OSX - any ideas? Needs
> > to be a fairly primitive printing API so I can draw on the page etc.,
> > like the Win32::Printer module. Any ideas?
>
> Since OS X uses PDF as its native graphics format, can you not use one
> of the PDF-creating modules (there are several) and then send that to
> the printer?
I could but I was hoping for something a little more primitive. Nice
thing about the Win32::Printer was that it used the OS native print
dialog.
|