Hi All,

Is it possible to send printer commands (for receipt printer) such as double height, double width, autocut, etc. using QPrinter? I can managed to do this by sending the commands in the printer port, but my big problem here is, if the printer is connected over a network, in this case i can't send the command over the printer port. Maybe i should send the command over the printer name, but i don't know how to do this. Im reading the QPrinter docu but i can't find the right function to do this..

Any help would be very much appreciated..