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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

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

Go to the source code of this file.

Classes

struct  FPDF_FILEWRITE_
 

Macros

#define FPDF_INCREMENTAL   1
 
#define FPDF_NO_INCREMENTAL   2
 
#define FPDF_REMOVE_SECURITY   3
 

Typedefs

typedef struct FPDF_FILEWRITE_ FPDF_FILEWRITE
 

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)
 

Macro Definition Documentation

◆ FPDF_INCREMENTAL

#define FPDF_INCREMENTAL   1

Definition at line 45 of file fpdf_save.h.

◆ FPDF_NO_INCREMENTAL

#define FPDF_NO_INCREMENTAL   2

Definition at line 46 of file fpdf_save.h.

◆ FPDF_REMOVE_SECURITY

#define FPDF_REMOVE_SECURITY   3

Definition at line 47 of file fpdf_save.h.

Typedef Documentation

◆ FPDF_FILEWRITE

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: