Foxit PDF Conversion SDK
|
Inherits FoxitPDFConversionSDKPython2._object.
Public Member Functions | |
def | Office2PDFSettingData () |
Constructor. More... | |
def | Set (resource_folder_path, is_embed_font) |
Set value. More... | |
Static Public Attributes | |
is_embed_font = _swig_property(_fpdfconversionsdk.Office2PDFSettingData_is_embed_font_get, _fpdfconversionsdk.Office2PDFSettingData_is_embed_font_set) | |
A boolean value which indicates whether to embed font in the converted file,. More... | |
resource_folder_path = _swig_property(_fpdfconversionsdk.Office2PDFSettingData_resource_folder_path_get, _fpdfconversionsdk.Office2PDFSettingData_resource_folder_path_set) | |
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.
def FoxitPDFConversionSDKPython2.Office2PDFSettingData.Office2PDFSettingData | ( | ) |
Constructor.
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. |
def FoxitPDFConversionSDKPython2.Office2PDFSettingData.Set | ( | resource_folder_path, | |
is_embed_font | |||
) |
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. |
|
static |
A boolean value which indicates whether to embed font in the converted file,.
true means to embed font in the converted file, while false means not.
|
static |
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.