summaryrefslogtreecommitdiffstats
path: root/src/pdf/doc/src/qtpdf-module.qdoc
blob: e2ca8e4ce8a6e97c154b71ffe1f13bb7359f9594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only


/*!
    \module QtPdf
    \title Qt PDF C++ Classes
    \brief Renders pages from PDF documents.
    \since 5.14
    \ingroup qtwebengine-modules
    \ingroup modules

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

    \if !defined(qtforpython)
    To link against the module, add this line to your qmake project file:

    \snippet qtpdf_build_snippet.qdoc 0
    \endif
*/