Foxit PDF Conversion SDK
|
Inherits Object.
Public Member Functions | |
Office2PDFSettingData () | |
Constructor. | |
Office2PDFSettingData (const wchar_t *resource_folder_path, bool is_embed_font) | |
Constructor, with parameters. More... | |
Office2PDFSettingData & | operator= (const Office2PDFSettingData &data) |
Assign operator. More... | |
void | Set (const wchar_t *resource_folder_path, bool is_embed_font) |
Set value. More... | |
Public Attributes | |
bool | is_embed_font |
A boolean value which indicates whether to embed font in the converted file,Default value: false. More... | |
WString | resource_folder_path |
A valid path of a folder which contains resource data files. This should not be an empty string. More... | |
This class represents setting data used for converting Office(Word, Excel or PowerPoint) to PDF format file.
|
inline |
Constructor, with parameters.
[in] | resource_folder_path | A valid path of a folder which contains resource data files. This should not be an empty string. These resource data files are used to simulate the pdf format document typesetting process during conversion. They are offered in the "res/office2pdf" folder of the Foxit PDF Conversion SDK package. |
[in] | is_embed_font | true means to embed font in the converted file, while false means not. |
|
inline |
Assign operator.
[in] | data | Another Office-to-PDF setting data object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | resource_folder_path | A valid path of a folder which contains resource data files. This should not be an empty string. These resource data files are used to simulate the pdf format document typesetting process during conversion. They are offered in the "res/office2pdf" folder of the Foxit PDF Conversion SDK package. |
[in] | is_embed_font | true means to embed font in the converted file, while false means not. |
bool foxit::conversion::office2pdf::Office2PDFSettingData::is_embed_font |
A boolean value which indicates whether to embed font in the converted file,Default value: false.
true means to embed font in the converted file, while false means not.
WString foxit::conversion::office2pdf::Office2PDFSettingData::resource_folder_path |
A valid path of a folder which contains resource data files. This should not be an empty string.
These resource data files are used to simulate the pdf format document typesetting process during conversion. They are offered in the "res/office2pdf" folder of the Foxit PDF Conversion SDK package.