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

QPdfPageNavigator

Navigation history within a PDF document

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