16 #ifndef FS_PDFCOMPLIANCE_H_ 17 #define FS_PDFCOMPLIANCE_H_ 34 namespace compliance {
118 #endif // FS_PDFCOMPLIANCE_H_ void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:216
PDFCompliance & operator=(const PDFCompliance &other)
Assign operator.
bool operator==(const PDFCompliance &other) const
Equal 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.
PDFCompliance()
Constructor.
Foxit namespace.
Definition: fs_compare.h:27
Header file for compliance basic classes and methods.
bool operator !=(const PDFCompliance &other) const
Not equal operator.
#define NULL
The null-pointer value.
Definition: fx_system.h:767
Definition: fs_compliancecommon.h:127
bool IsEmpty() const
Check whether current object is empty or not.
Definition: fs_pdfcompliance.h:41
~PDFCompliance()
Destructor.
Definition: fs_basictypes.h:399