ConvertError Enumeration

Error code.

Definition

Namespace: ComPDFKit_Conversion.Converter
Assembly: ComPDFKit_Conversion (in ComPDFKit_Conversion.dll) Version: 1.10.0.0 (1.10.0.0)
C#
public enum ConvertError

Members

e_ErrSuccess 0 Success, and no error occurs.
e_ErrCancel 1 Cancel conversion.
e_ErrFile 2 File cannot be found or could not be opened.
e_ErrPDFPassword 3 Invalid password. Usually, this error may occur when loading a PDF document with password. When meet this, user should load document again with correct password.
e_ErrPDFPage 4 PDF page not found or content error.
e_ErrPDFFormat 5 Format is invalid. For files, this may also mean that file is corrupted.
e_ErrPDFSecurity 6 PDF document is encrypted by some unsupported security handler.
e_ErrOutOfMemory 7 Out-of-memory error occurs.
e_ErrIO 8 System IO error occurs.
e_ErrCompress 9 Folder compression failed.
e_ErrLicenseInvalid 20 The license is invalid.
e_ErrLicenseExpire 21 The license has expired.
e_ErrLicenseUnsupportedPlatform 22 The license does not support the current platform.
e_ErrLicenseUnsupportedID 23 The license does not support the application id.
e_ErrLicenseUnsupportedDevice 24 The license does not support the device id.
e_ErrLicensePermissionDeny 25 The license does not have the function permission.
e_ErrLicenseUninitialized 26 License has not been initialized.
e_ErrLicenseIllegalAccess 27 Illegal access to the API interface.
e_ErrLicenseFileReadFailed 28 Failed to read license file.
e_ErrNoTable 40 There are no tables in the PDF document.
e_ErrOCRFailure 41 OCR recognition failed.
e_ErrUnknown 100 Any unknown error occurs.
e_ErrLibraryNotLoad 1,000 Current library has not been loaded yet.
e_ErrConverting 1,001 A file is already being converted, so other files could not be converted at the same time.

See Also