[Solved] Qt Module for PDF files?
General and Desktop
7
Posts
3
Posters
5.0k
Views
1
Watching
-
Hello there,
I was looking for some Qt module related to PDF files and I just find some few functions related to the moment you want to print a file. My question is simple: Is there any way to handle PDF files using the Qt official API? If the answer is "no", PDF handling is on the route map for future versions?
Thank you!
-
I know that this isn't an official Qt module but I think you should take a look at "poppler":http://poppler.freedesktop.org/ if you are on Linux. It has a nice Qt integration and work well. At least is solved the problem for now :)