From: MonkeeSage Date: 2007-12-01T14:54:59+09:00 Subject: Re: Printing throught LPT1 On Nov 30, 9:55 pm, Edgar Gonzalez wrote: > Edgar Gonzalez wrote: > > Hello, somebody has print to a printer from Ruby??? > > > I thought a library called Etch for printing, but it doesn't have any > > documentation :s > > > Regards, > > Nobody knows??? > -- > Posted viahttp://www.ruby-forum.com/. It depends on your OS for one thing. I'm not aware of a project that provides a uniform cross-platform API to printing for ruby (that doesn't mean there isn't one). The closest thing I know of is Gtk::PrintOperation from ruby-gtk [ http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3APrintOperation ]. HTH, Jordan