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
fpdf_ppo.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "fpdfview.h"
Include dependency graph for fpdf_ppo.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

◆ FPDF_CloseXObject()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDF_CopyViewerPreferences()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDF_ImportNPagesToOne()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDF_ImportPages()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDF_ImportPagesByIndex()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDF_NewFormObjectFromXObject()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FPDF_NewXObjectFromPage()

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().

Here is the call graph for this function:
Here is the caller graph for this function: