The CCPdfDocument class CCPdfDocument manages the lifetime and access to a PDF document....
Definition ccpdfdocument.h:24
CCPdfChapterNode Represents a single node in the chapter/bookmark tree.
Definition mupdf_tools.h:78
QString chapter_title
Title of this chapter.
Definition mupdf_tools.h:79
int chapter_page
Page number referred by this chapter.
Definition mupdf_tools.h:80
QList< CCPdfChapterNode > childs
List of child chapter nodes.
Definition mupdf_tools.h:81
CCPdfImageRequest Request data structure for rendering a page as an image.
Definition mupdf_tools.h:68
float zoom
Zoom factor for rendering.
Definition mupdf_tools.h:71
int request_page
Page index to render.
Definition mupdf_tools.h:70
CCPdfDocument * request_document
Pointer to the PDF document.
Definition mupdf_tools.h:69