Go to the documentation of this file.
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_
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
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 & 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.
bool operator!=(const PDFCompliance &other) const
Not equal operator.
Foxit namespace.
Definition: fs_taggedpdf.h:27
Header file for compliance basic classes and methods.
#define NULL
The null-pointer value.
Definition: fx_system.h:780
Definition: fs_compliancecommon.h:163
bool IsEmpty() const
Check whether current object is empty or not.
Definition: fs_pdfcompliance.h:41
~PDFCompliance()
Destructor.
Definition: fs_basictypes.h:427
@2024 Foxit Software Incorporated. All rights reserved.