16 #ifndef FS_PDFCOMPLIANCE_H_ 17 #define FS_PDFCOMPLIANCE_H_ 34 namespace compliance {
107 ResultInformation Verify(
int verify_version,
const wchar_t* src_pdf_path,
int first_page_index = 0,
int last_page_index = -1,
137 #endif // FS_PDFCOMPLIANCE_H_ bool IsEmpty() const
检查当前对象是否为空。
ResultInformation Verify(int verify_version, const wchar_t *src_pdf_path, int first_page_index=0, int last_page_index=-1, ProgressCallback *progress_callback=0)
使用指定的PDF版本验证PDF文件。
Definition: fs_compliancecommon.h:192
Definition: fs_pdfcompliance.h:41
bool operator==(const PDFCompliance &other) const
相等操作符。
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:214
Definition: fs_basictypes.h:449
bool operator !=(const PDFCompliance &other) const
不相等操作符。
Foxit命名空间。
Definition: fs_taggedpdf.h:27
#define NULL
空指针值。
Definition: fx_system.h:792
PDFCompliance & operator=(const PDFCompliance &other)
赋值操作符。
ResultInformation ConvertPDFFile(const wchar_t *src_pdf_path, const wchar_t *saved_pdf_path, int convert_to_version, ProgressCallback *progress_callback=0)
将PDF文件转换为指定的PDF版本。