Go to the documentation of this file.
34 namespace compliance {
48 typedef enum _Version {
bool operator==(const PDFECompliance &other) const
Equal operator.
~PDFECompliance()
Destructor.
Version
Enumeration for PDF/E version.
Definition: fs_pdfe.h:48
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
bool IsEmpty() const
Check whether current object is empty or not.
bool operator!=(const PDFECompliance &other) const
Not equal operator.
Foxit namespace.
Definition: fs_taggedpdf.h:27
Header file for compliance basic classes and methods.
PDFECompliance()
Constructor.
#define NULL
The null-pointer value.
Definition: fx_system.h:792
ResultInformation Verify(const wchar_t *src_pdf_path, int first_page_index=0, int last_page_index=-1, Version verify_version=e_VersionPDFE1, ProgressCallback *progress_callback=0)
Verify a PDF file with specified PDFE version.
PDF/E-1.
Definition: fs_pdfe.h:50
Definition: fs_compliancecommon.h:187
ResultInformation ConvertPDFFile(const wchar_t *src_pdf_path, const wchar_t *saved_pdf_path, Version convert_to_version=e_VersionPDFE1, ProgressCallback *progress_callback=0)
Convert a PDF file with specified PDFE version.
PDFECompliance & operator=(const PDFECompliance &other)
Assign operator.
Definition: fs_basictypes.h:443
@2024 Foxit Software Incorporated. All rights reserved.