Hi guys,
I'm trying to print to a dot matrix printer, but when printing, the printer advances a few pages to print. The following code:
Code:
prt->setPrinterName(ui.comboBox_Printers->currentText()); qDebug() << "Printer: " << prt->printerName(); // Ok, dot printer prt->setFullPage(true);
What may be happening?