Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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. Qt PDF uses
15 \l{https://pdfium.googlesource.com/pdfium/}{PDFium}
16 to parse and render PDF documents.
17
18 \if !defined(qtforpython)
19 To link against the module, add this line to your qmake project file:
20
21 \snippet qtpdf_build_snippet.qdoc 0
22 \endif
23*/