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_save.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "public/fpdf_save.h"
#include <utility>
#include <vector>
#include "build/build_config.h"
#include "core/fpdfapi/edit/cpdf_creator.h"
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fpdfapi/parser/cpdf_reference.h"
#include "core/fpdfapi/parser/cpdf_stream_acc.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/stl_util.h"
#include "fpdfsdk/cpdfsdk_filewriteadapter.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "public/fpdf_edit.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
+ Include dependency graph for fpdf_save.cpp:

Go to the source code of this file.

Functions

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveAsCopy (FPDF_DOCUMENT document, FPDF_FILEWRITE *pFileWrite, FPDF_DWORD flags)
 
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveWithVersion (FPDF_DOCUMENT document, FPDF_FILEWRITE *pFileWrite, FPDF_DWORD flags, int fileVersion)
 

Function Documentation

◆ FPDF_SaveAsCopy()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveAsCopy ( FPDF_DOCUMENT document,
FPDF_FILEWRITE * pFileWrite,
FPDF_DWORD flags )

Definition at line 195 of file fpdf_save.cpp.

Referenced by CheckPDFiumCApi().

+ Here is the caller graph for this function:

◆ FPDF_SaveWithVersion()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveWithVersion ( FPDF_DOCUMENT document,
FPDF_FILEWRITE * pFileWrite,
FPDF_DWORD flags,
int fileVersion )

Definition at line 202 of file fpdf_save.cpp.

Referenced by CheckPDFiumCApi().

+ Here is the caller graph for this function: