Foxit PDF SDK
|
Public Member Functions | |
def | CombineDocumentInfo (file_path, password) |
Constructor, with parameters. More... | |
def | IsEmpty () |
Check whether current object is empty or not. More... | |
def | SetBookmarkTitle (bookmark_title) |
Set the title of a new parent bookmark for the root bookmark of related source PDF document in combined result file. More... | |
def | SetPDFFileName (pdf_file_name) |
Set the name of the PDF file, which will be combined with other PDF files. More... | |
This class represents information of source PDF file which is to be combined with other PDF files.
def FoxitPDFSDKPython2.CombineDocumentInfo.CombineDocumentInfo | ( | file_path, | |
password | |||
) |
Constructor, with parameters.
Constructor, with another information object.
This constructor does not check the validity of input PDF file and the check will be done in function FoxitPDFSDKPython2.Combination.StartCombineDocuments .
[in] | file_path | File path of a PDF file, which is to be combined with other PDF files. |
[in] | password | Owner password of PDF file which is specified by parameter file_path. |
This constructor does not check the validity of input PDF file and the check will be done in function FoxitPDFSDKPython2.Combination.StartCombineDocuments .
[in] | doc | A valid PDF document object which represents a PDF file to be combined with other PDF files. Please ensure input PDF document object have been loaded; otherwise unknown error may occur later when current information object is used. |
[in] | other | Another information object. |
def FoxitPDFSDKPython2.CombineDocumentInfo.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
def FoxitPDFSDKPython2.CombineDocumentInfo.SetBookmarkTitle | ( | bookmark_title | ) |
Set the title of a new parent bookmark for the root bookmark of related source PDF document in combined result file.
This function is to set the bookmark title for a new bookmark in combined result file, if option value FoxitPDFSDKPython2.Combination.e_CombineDocsOptionBookmark is used for combination and related source PDF file has any bookmark. The new bookmark will be used as a parent bookmark and root bookmark of related source PDF doucment will be inserted to be the child node of the new parent bookmark in combined result PDF file.
If no bookmark title is set or an empty title is set, GSDK will generate a bookmark title automatically during combination process which is started by function FoxitPDFSDKPython2.Combination.StartCombineDocuments .
[in] | bookmark_title | Title of a new parent bookmark which is used in combined result PDF file. |
def FoxitPDFSDKPython2.CombineDocumentInfo.SetPDFFileName | ( | pdf_file_name | ) |
Set the name of the PDF file, which will be combined with other PDF files.
This function is invalid if the constructor FoxitPDFSDKPython2.CombineDocumentInfo.CombineDocumentInfo with a file path parameter is called. If option value FoxitPDFSDKPython2.Combination.e_CombineDocsOptionOCProperties is used for combination and the PDF file to be combined has multiple layers, then the PDF file name to be set will be shown on the root node of the combined PDF file's layers.
[in] | pdf_file_name | The name of the PDF file, which will be combined with other PDF files. |