Qt PDF C++ Classes

Renders pages from PDF documents. More...

This module was introduced in Qt 5.14.

Classes

QPdfDocumentRenderOptions

Holds the options to render a page from a PDF document

QPdfLink

Defines a link between a region on a page (such as a hyperlink or a search result) and a destination (page, location on the page, and zoom level at which to view it)

QPdfSelection

Defines a range of text that has been selected on one page in a PDF document, and its geometric boundaries

Detailed Description

The Qt PDF module contains classes and functions for rendering PDF documents.

To link against the module, add this line to your qmake project file:

 QT += pdf