Qt PDF C++ Classes

Renders pages from PDF documents. More...

This module was introduced in Qt 5.14.

Namespaces

QPdf

Contains miscellaneous identifiers used throughout the QtPdf module

Classes

QPdfDestination

Defines a location on a page in a PDF document, and a suggested zoom level at which it is intended to be viewed

QPdfDocument

Loads a PDF document and renders pages from it

QPdfDocumentRenderOptions

Holds the options to render a page from a PDF document

QPdfPageNavigation

Handles the navigation through a PDF document

QPdfPageRenderer

Encapsulates the rendering of pages of 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 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

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.