Skip to content

Commit

Permalink
Arlington. Support several flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jul 30, 2024
1 parent e21a92c commit e703e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public List<ValidationResult> call() throws Exception {
try (FileInputStream fis = new FileInputStream(this.fileToValidate);
PDFAParser parser = Foundries.defaultInstance().createParser(fis);
PDFAValidator validator = Foundries.defaultInstance().createValidator(PDFAFlavour.ARLINGTON1_4, false)) {
result = validator.validate(parser);
result = validator.validateAll(parser);
}
return result;
}
Expand Down

0 comments on commit e703e41

Please sign in to comment.