Foxit PDF Conversion SDK
|
Inherits FoxitPDFConversionSDKPython3._object.
Public Member Functions | |
def | CheckUserPermissions (user_permissions) |
Check user permissions to decide whether to proceed with the PDF to Office conversion. More... | |
This class represents a callback object used to check the convert condition for the PDF to Office conversion. All the pure virtual functions in this class are used as callback functions and should be implemented by user. This is called when the required permissions for converting the PDF documents are not met.
def FoxitPDFConversionSDKPython3.ConvertCheckCallback.CheckUserPermissions | ( | user_permissions | ) |
Check user permissions to decide whether to proceed with the PDF to Office conversion.
The | user permissions. Please refer to values starting from FoxitPDFConversionSDKPython3.e_PermPrint and this should be one or combination of these values. |