Skip to content
Prev 275778 / 398506 Next

Equivalent of win.print for Linux

Thanks Raphael,

dev.print will create a copy of the device into another device, but it
won't actually push the data to a paper printer unless that other device
represents a printer device (as win.print does).

Typically in Windows I use it together with win.print as
dev.print(win.print, printer=blah)

Now the question is, is there a printer device equivalent to win.print
for Linux?

Thanks,
Xavier
On Fri, Oct 28, 2011 at 15:23, Raphael Saldanha wrote: