PDA

View Full Version : import pdf in a QGraphicsView



tilsitt
25th March 2011, 10:24
Hi everybody,

Here is my problem: I have a program displaying medias (images and videos) as a carousel of thumbnails; when clicking a thumbnail, the media is shown in a special viewer. What I would like to do is to add pdf to the list of accepted formats.

Is there a way to import pdf in Qt, and to display the content in a QGraphicsView?

high_flyer
25th March 2011, 16:18
search for it on the forum, it has been discussed many times.
In general you need to use an external lib that can handle PDF.