Java has a pretty good set of printing APIs that I have use in the
past for everything from PDF to plain text. Perhaps you could use
JRuby to do it?
On Friday, March 26, 2010, Mario Antonetti <> wrote:
> Hello all,
> I'm wondering what would be the best method to print to a label printer? =
=C2=A0I
> need to print many labels from a rails application, and I need to do it o=
n a
> windows box (until we get a linux server up and running). =C2=A0It's been=
horrid
> so far, the printer doesn't seem to want to respond to commands like
> system("print /d:\\name\printer file_to_print") or even the command itsel=
f
> run in the command line (applications like notepad print out their conten=
ts
> fine, though). =C2=A0Is there a better way?
>
> Mario
>
|