Foxit PDF Conversion SDK
|
Public Member Functions | |
constructor (resource_folder_path, is_embed_font) | |
Constructor, with parameters. More... | |
void | Set (resource_folder_path, is_embed_font) |
Set value. More... | |
This class represents setting data used for converting Office(Word, Excel or PowerPoint) to PDF format file.
PDFConversionSDK.FS_FINAL.constructor | ( | resource_folder_path | , |
is_embed_font | |||
) |
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. |
void PDFConversionSDK.FS_FINAL.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. |