Qt PDF C++ 类

渲染来自 PDF 文档的页面。 更多...

QPdfBookmarkModel

Holds a tree of of links (anchors) within a PDF document, such as the table of contents

QPdfDocument

加载 PDF 文档并渲染其页面

QPdfDocumentRenderOptions

保持从 PDF 文档渲染页面的选项

QPdfLink

Defines a link between a region on a page (such as a hyperlink or a search result) and a destination (page, location on the page, and zoom level at which to view it)

QPdfLinkModel

Holds the geometry and the destination for each link that the specified page contains

QPdfPageNavigator

Navigation history within a PDF document

QPdfPageRenderer

封装 PDF 文档页面的渲染

QPdfPageSelector

A widget for selecting a PDF page

QPdfSearchModel

搜索 PDF 文档中的字符串并保持结果

QPdfSelection

定义在一页 PDF 文档中已选择的文本范围及其几何边界

QPdfView

PDF 查看器 Widget

详细描述

Qt PDF 模块包含用于渲染 PDF 文档的类和函数。

要链接到模块,添加此行到 qmake 工程文件:

QT += pdf