![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_pageexporter.h>
Public Member Functions | |
| CPDF_PageExporter (CPDF_Document *dest_doc, CPDF_Document *src_doc) | |
| ~CPDF_PageExporter () | |
| bool | ExportPages (pdfium::span< const uint32_t > page_indices, int index) |
Additional Inherited Members | |
| Protected Member Functions inherited from CPDF_PageOrganizer | |
| CPDF_PageOrganizer (CPDF_Document *dest_doc, CPDF_Document *src_doc) | |
| ~CPDF_PageOrganizer () | |
| bool | Init () |
| bool | UpdateReference (RetainPtr< CPDF_Object > obj) |
| CPDF_Document * | dest () |
| const CPDF_Document * | dest () const |
| CPDF_Document * | src () |
| const CPDF_Document * | src () const |
| void | AddObjectMapping (uint32_t old_page_obj_num, uint32_t new_page_obj_num) |
| void | ClearObjectNumberMap () |
| Static Protected Member Functions inherited from CPDF_PageOrganizer | |
| static bool | CopyInheritable (RetainPtr< CPDF_Dictionary > dest_page_dict, RetainPtr< const CPDF_Dictionary > src_page_dict, const ByteString &key) |
| static RetainPtr< const CPDF_Object > | PageDictGetInheritableTag (RetainPtr< const CPDF_Dictionary > dict, const ByteString &src_tag) |
Definition at line 19 of file cpdf_pageexporter.h.
| CPDF_PageExporter::CPDF_PageExporter | ( | CPDF_Document * | dest_doc, |
| CPDF_Document * | src_doc ) |
Definition at line 14 of file cpdf_pageexporter.cpp.
References CPDF_PageOrganizer::CPDF_PageOrganizer().
Referenced by FPDF_ImportNPagesToOne(), FPDF_ImportPages(), and FPDF_ImportPagesByIndex().
|
default |
| bool CPDF_PageExporter::ExportPages | ( | pdfium::span< const uint32_t > | page_indices, |
| int | index ) |
Definition at line 20 of file cpdf_pageexporter.cpp.
References CPDF_PageOrganizer::Init().