I want to export my grpah/text data in pdf format using QT code.I have done google for a long tim but didn’t get any proper answer.If anybody have any idea then request you to please help me.
Looking for your prompt response.
Thanks in advance.
Regards,
Lekhraj
You can use QPrinter and QPainter to print to a PDF just like to any other paint device:
That’s still quite low-level though, if you need layouting etc., you should look at third-party libraries like e.g. KD Reports.