Qt PDF C++ Classes

PDF 문서에서 페이지를 렌더링합니다. 더 보기...

클래스

QPdfBookmarkModel

목차와 같은 PDF 문서 내의 링크(앵커) 트리를 보유합니다.

QPdfDocument

PDF 문서를 로드하고 페이지를 렌더링합니다.

QPdfDocumentRenderOptions

PDF 문서에서 페이지를 렌더링하는 옵션을 보유합니다.

QPdfLink

페이지의 영역(예: 하이퍼링크 또는 검색 결과)과 대상(페이지, 페이지 내 위치, 페이지를 볼 수 있는 확대/축소 수준) 사이의 링크를 정의합니다.

QPdfLinkModel

지정된 페이지에 포함된 각 링크의 지오메트리와 목적지를 보유합니다.

QPdfPageNavigator

PDF 문서 내 탐색 기록

QPdfPageRenderer

PDF 문서의 페이지 렌더링을 캡슐화합니다.

QPdfPageSelector

PDF 페이지 선택을 위한 위젯

QPdfSearchModel

PDF 문서에서 문자열을 검색하고 결과를 보관합니다.

QPdfSelection

PDF 문서의 한 페이지에서 선택된 텍스트 범위와 그 기하학적 경계를 정의합니다.

QPdfView

PDF 뷰어 위젯

자세한 설명

Qt PDF 모듈에는 PDF 문서 렌더링을 위한 클래스와 함수가 포함되어 있습니다.

이 모듈에 연결하려면 qmake 프로젝트 파일에 이 줄을 추가하세요:

QT += pdf

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.