![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fpdfview.h"
Go to the source code of this file.
Functions | |
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV | FPDF_ImportPagesByIndex (FPDF_DOCUMENT dest_doc, FPDF_DOCUMENT src_doc, const int *page_indices, unsigned long length, int index) |
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV | FPDF_ImportPages (FPDF_DOCUMENT dest_doc, FPDF_DOCUMENT src_doc, FPDF_BYTESTRING pagerange, int index) |
FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV | FPDF_ImportNPagesToOne (FPDF_DOCUMENT src_doc, float output_width, float output_height, size_t num_pages_on_x_axis, size_t num_pages_on_y_axis) |
FPDF_EXPORT FPDF_XOBJECT FPDF_CALLCONV | FPDF_NewXObjectFromPage (FPDF_DOCUMENT dest_doc, FPDF_DOCUMENT src_doc, int src_page_index) |
FPDF_EXPORT void FPDF_CALLCONV | FPDF_CloseXObject (FPDF_XOBJECT xobject) |
FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV | FPDF_NewFormObjectFromXObject (FPDF_XOBJECT xobject) |
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV | FPDF_CopyViewerPreferences (FPDF_DOCUMENT dest_doc, FPDF_DOCUMENT src_doc) |
FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseXObject | ( | FPDF_XOBJECT | xobject | ) |
Definition at line 198 of file fpdf_ppo.cpp.
References XObjectContextFromFPDFXObject().
Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), and TEST_F().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_CopyViewerPreferences | ( | FPDF_DOCUMENT | dest_doc, |
FPDF_DOCUMENT | src_doc ) |
Definition at line 218 of file fpdf_ppo.cpp.
References CPDFDocumentFromFPDFDocument().
Referenced by CheckPDFiumCApi().
FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDF_ImportNPagesToOne | ( | FPDF_DOCUMENT | src_doc, |
float | output_width, | ||
float | output_height, | ||
size_t | num_pages_on_x_axis, | ||
size_t | num_pages_on_y_axis ) |
Definition at line 137 of file fpdf_ppo.cpp.
References CPDF_NPageToOneExporter::CPDF_NPageToOneExporter(), CPDF_PageExporter::CPDF_PageExporter(), CPDFDocumentFromFPDFDocument(), and FPDF_CreateNewDocument().
Referenced by CheckPDFiumCApi().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_ImportPages | ( | FPDF_DOCUMENT | dest_doc, |
FPDF_DOCUMENT | src_doc, | ||
FPDF_BYTESTRING | pagerange, | ||
int | index ) |
Definition at line 114 of file fpdf_ppo.cpp.
References CPDF_PageExporter::CPDF_PageExporter(), and CPDFDocumentFromFPDFDocument().
Referenced by CheckPDFiumCApi().
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_ImportPagesByIndex | ( | FPDF_DOCUMENT | dest_doc, |
FPDF_DOCUMENT | src_doc, | ||
const int * | page_indices, | ||
unsigned long | length, | ||
int | index ) |
Definition at line 77 of file fpdf_ppo.cpp.
References CPDF_PageExporter::CPDF_PageExporter(), CPDFDocumentFromFPDFDocument(), and CPDF_Document::GetPageCount().
Referenced by CheckPDFiumCApi().
FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDF_NewFormObjectFromXObject | ( | FPDF_XOBJECT | xobject | ) |
Definition at line 204 of file fpdf_ppo.cpp.
References CFX_Matrix::CFX_Matrix(), CPDF_PageObject::kNoContentStream, and XObjectContextFromFPDFXObject().
Referenced by CheckPDFiumCApi(), TEST_F(), TEST_F(), and TEST_F().
FPDF_EXPORT FPDF_XOBJECT FPDF_CALLCONV FPDF_NewXObjectFromPage | ( | FPDF_DOCUMENT | dest_doc, |
FPDF_DOCUMENT | src_doc, | ||
int | src_page_index ) |
Definition at line 181 of file fpdf_ppo.cpp.
References CPDF_NPageToOneExporter::CPDF_NPageToOneExporter(), and CPDFDocumentFromFPDFDocument().
Referenced by CheckPDFiumCApi(), and TEST_F().