|
Foxit PDF SDK
|
继承自 CFX_Object .
静态 Public 成员函数 | |
| static bool | Decrypt (const String &password, const WString &input_envelope_file, const WString &output_ofd_file) |
| 信封文件解密。 更多... | |
| static bool | Encrypt (const OFDEnvelopeInfo &info, const WString &input_ofd_file, const WString &output_envelope_file) |
| 信封密码加密。 更多... | |
| static OFDEnvelopeInfo | GetEnvelopeInfo (const WString &input_envelope_file) |
| 获取信封文件信息。 更多... | |
| static bool | VerifyPassword (const String &password, const OFDEnvelopeInfo &info) |
| 信封文件密码验证。 更多... | |
此类表示和OFD信封相关的操作。
|
static |
信封文件解密。
| [in] | password | 信封文件密码。 |
| [in] | input_envelope_file | 输入信封文件路径。 |
| [in] | output_ofd_file | 输出ofd文件路径。 |
|
static |
信封密码加密。
| [in] | info | 信封信息。 |
| [in] | input_ofd_file | 输入ofd文件路径。 |
| [in] | output_envelope_file | 输出信封文件路径。 |
|
static |
获取信封文件信息。
| [in] | input_envelope_file | 信封文件路径。 |
|
static |
信封文件密码验证。
| [in] | password | 信封文件密码。 |
| [in] | info | 已获取的信封信息。 |