Go to the documentation of this file.
15 #ifndef FS_COMBINATION_H_
16 #define FS_COMBINATION_H_
151 typedef enum _CombineDocsOptions {
153 e_CombineDocsOptionBookmark = 0x0001,
155 e_CombineDocsOptionAcroformRename = 0x0002,
157 e_CombineDocsOptionStructrueTree = 0x0004,
159 e_CombineDocsOptionOutputIntents = 0x0008,
161 e_CombineDocsOptionOCProperties = 0x0010,
163 e_CombineDocsOptionMarkInfos = 0x0020,
165 e_CombineDocsOptionPageLabels = 0x0040,
170 e_CombineDocsOptionNames = 0x0080,
175 e_CombineDocsOptionObjectStream = 0x0100,
177 e_CombineDocsOptionDuplicateStream = 0x0200
178 } CombineDocsOptions;
251 #endif // FS_COMBINATION_H_
File writing interface.
Definition: fx_stream.h:453
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
Definition: fs_combination.h:144
void SetPDFFileName(const WString &pdf_file_name)
Set the name of the PDF file, which will be combined with other PDF files.
Definition: fs_common.h:346
Definition: fs_combination.h:32
CombineDocumentInfo(const WString &file_path, const WString &password)
Constructor, with parameters.
~CombineDocumentInfo()
Destructor.
Header file for common definitions and classes.
void SetBookmarkTitle(const WString &bookmark_title)
Set the title of a new parent bookmark for the root bookmark of related source PDF document in combin...
Foxit namespace.
Definition: fs_taggedpdf.h:27
bool IsEmpty() const
Check whether current object is empty or not.
Definition: fx_basic.h:3761
Definition: fs_combination.h:139
Header file for PDF document related definitions and classes.
#define NULL
The null-pointer value.
Definition: fx_system.h:780
Definition: fs_pdfdoc.h:610
bool operator==(const CombineDocumentInfo &other) const
Equal operator.
bool operator!=(const CombineDocumentInfo &other) const
Not equal operator.
CombineDocumentInfo & operator=(const CombineDocumentInfo &other)
Assign operator.
WIDE STRING CLASS.
Definition: fx_string.h:1452
FX_UINT32 uint32
32-bit unsigned integer.
Definition: fs_basictypes.h:196
Definition: fs_basictypes.h:427
@2024 Foxit Software Incorporated. All rights reserved.