This Factory Provide an instance of PdfAValidator.
If you call the
createValidatorInstance without ValidationConfig, the instance will be created using the right default configuration. (static attributes in this factory)
If you call the
createValidatorInstance with your own ValidationConfig, be careful setting helpers with the right priority. For a PDF/A here is the 3 first helpers to call :
- CatalogValidationHelper to initialize the OCCProfileWrapper in the DocumentHandler
- StreamValidationHelper to check the length of stream before parse them.
- FontValidationHelper to store FontContainers in the DocumentHandler before validate Text operator
In addition you can set a custom AnnotationValidatorFactory and a custom ActionManagerFactory. By default the configuration object defines the PDFAbAnnotationFactory and the ActionManagerFactory.