summaryrefslogtreecommitdiffstats
path: root/src/pdf/doc/src/qtpdf-module.qdoc
blob: 6fe1bbcac2b187579429fc59d4f0c27e3064b9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 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.

    To include the definitions of the module's classes, use the
    following directive:

    \snippet qtpdf_build_snippet.qdoc 1

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

    \snippet qtpdf_build_snippet.qdoc 0
    \endif
*/