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
Check whether current object is empty or not.
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)
Verify a PDF file with specified PDF version.
~PDFCompliance()
Destructor.
PDFCompliance()
Constructor.
Definition: fs_compliancecommon.h:187
Header file for compliance basic classes and methods.
Definition: fs_pdfcompliance.h:41
bool operator==(const PDFCompliance &other) const
Equal operator.
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
Definition: fs_basictypes.h:443
bool operator !=(const PDFCompliance &other) const
Not equal operator.
Foxit namespace.
Definition: fs_pdf3d.h:27
#define NULL
The null-pointer value.
Definition: fx_system.h:792
PDFCompliance & operator=(const PDFCompliance &other)
Assign operator.
ResultInformation ConvertPDFFile(const wchar_t *src_pdf_path, const wchar_t *saved_pdf_path, int convert_to_version, ProgressCallback *progress_callback=0)
Convert a PDF file to a specified PDF version.