Recommendations: QPDFWriter or QPrinter::PdfFormat
Solved
General and Desktop
-
Hi,
It depends on your goal. But on the QPdfWriter side, you have one less module to include and have more control about what you can put it there. But your users cannot send it to a printer.
-
Hi,
I need to export a given QTgraphicsView to PDF.
Shall I use QPdfWriter or QPrinter (QPrinter::PdfFormat) for that.
What are the pros and cons.Regards Alex
-
Hi You two,
thx for your recommendations. Thats was very helpful.
To whom I should give the credit of the right answer?Alex