如何从 Qt 应用程序创建 pdf 文件?
在我的 Qt 应用程序中,我正在进行一些网络测试。我必须根据测试输出创建报告。所以我需要创建 pdf 格式的报告。
谁能告诉我如何将测试结果放入 pdf 文件中?我的结果包含使用 Qwt 库的图形。
In my Qt application I am conducting some network tests. I have to create a report according to the test output. So I need to create the report in pdf format.
Can anybody please let me know how I can put my test results in a pdf file? My result contains graphs using the Qwt library.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此代码从 html 输出 pdf:
我想您可以为您的 img 生成一个 html 包装器并快速打印您的图像。否则,您可以直接在打印机上复制图像,因为它是类似方式的绘画设备
this code outputs pdf from html:
I guess you can generate an html wrapper for your img and quickly print your image. Otherwise you might copy the image directly on the printer, since it is a paint device in a similar fashion