{
// TODO add this wrapper in the config object ?
try
{
PreflightContentStream csWrapper = new PreflightContentStream(context, page);
csWrapper.validPageContentStream();
}
catch (IOException e)
{
context.addValidationError(new ValidationError(ERROR_UNKOWN_ERROR, e.getMessage()));
}