Foxit PDF Conversion SDK
PDFConversionSDK.FS_FINAL Class Reference
Inheritance diagram for PDFConversionSDK.FS_FINAL:

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...
 

Detailed Description

This class represents setting data used for converting Office(Word, Excel or PowerPoint) to PDF format file.

Member Function Documentation

◆ constructor()

PDFConversionSDK.FS_FINAL.constructor ( resource_folder_path  ,
is_embed_font   
)

Constructor, with parameters.

Parameters
[in]resource_folder_pathA 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_fonttrue means to embed font in the converted file, while false means not.

◆ Set()

void PDFConversionSDK.FS_FINAL.Set ( resource_folder_path  ,
is_embed_font   
)

Set value.

Parameters
[in]resource_folder_pathA 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_fonttrue means to embed font in the converted file, while false means not.
Returns
None.