Qt PDF C++ Classes
Renders pages from PDF documents. More...
This module was introduced in Qt 5.14.
Namespaces
| Contains miscellaneous identifiers used throughout the QtPdf module | 
Classes
| Defines a location on a page in a PDF document, and a suggested zoom level at which it is intended to be viewed | |
| Loads a PDF document and renders pages from it | |
| Holds the options to render a page from a PDF document | |
| Handles the navigation through a PDF document | |
| Encapsulates the rendering of pages of a PDF document | |
| 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 include the definitions of the module's classes, use the following directive:
 #include <QtPdf>
To link against the module, add this line to your qmake project file:
QT += pdf