16 #ifndef FS_PDFCOMPLIANCE_H_ 17 #define FS_PDFCOMPLIANCE_H_ 34 namespace compliance {
118 #endif // FS_PDFCOMPLIANCE_H_ bool IsEmpty() const
Check whether current object is empty or not.
~PDFCompliance()
Destructor.
PDFCompliance()
Constructor.
Definition: fs_compliancecommon.h:127
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:397
bool operator !=(const PDFCompliance &other) const
Not equal operator.
Foxit namespace.
Definition: fs_compare.h:27
#define NULL
The null-pointer value.
Definition: fx_system.h:767
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.