Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtpdf-module.qdoc
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4
5/*!
6 \module QtPdf
7 \title Qt PDF C++ Classes
8 \brief Renders pages from PDF documents.
9 \since 5.14
10 \ingroup qtwebengine-modules
11 \ingroup modules
12
13 The Qt PDF module contains classes and functions for rendering
14 PDF documents.
15
16 \if !defined(qtforpython)
17 To link against the module, add this line to your qmake project file:
18
19 \snippet qtpdf_build_snippet.qdoc 0
20 \endif
21*/