Hello at all
i have write this few line
QPdfWriter pdf(nomefile+".pdf");
pdf.setPageSize(QPagedPaintDevice::A4);
QPainter painter(&pdf);
QFont carattere("Arial");
carattere.setPixelSize(18);
painter.setFont(carattere);
painter.drawText(700,-100,"Att.n "+customer.trimmed());
but when i print the pdf page i get a very small text located approx in the centre of the page what is wrong?
Thanks
Luca
↧