CContentError(const U8String &_description, const FRect &_location)
Definition validate.h:72
CGeneralErrorVect generalErrors
Definition validate.h:96
CContentErrorVect contentErrors
Definition validate.h:97
CPageErrors(const CGeneralErrorVect &_generalErrors, const CContentErrorVect &_contentErrors)
Definition validate.h:91
static JAWSMAKO_API IPDFValidatorPtr create(const IJawsMakoPtr &jawsMako, ePDFValidateVersion version, const IProgressMonitorPtr &progressMonitor=IProgressMonitorPtr())
Create an IPDFValidator instance that validates against the given version.
virtual bool validate(const IInputStreamPtr &pdfStream, CGeneralErrorVect &globalErrors, CPageErrorsVect &pageErrors)=0
Perform validation on an entire PDF stream.