Skip to content

Commit

Permalink
Fix #813
Browse files Browse the repository at this point in the history
  • Loading branch information
hhrutter committed Feb 29, 2024
1 parent dedaddc commit da12eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pdfcpu/validate/xReftable.go
Expand Up @@ -313,7 +313,7 @@ func validateMarkInfo(xRefTable *model.XRefTable, rootDict types.Dict, required
// Suspects: optional, since V1.6, boolean
sinceVersion = model.V16
if xRefTable.ValidationMode == model.ValidationRelaxed {
sinceVersion = model.V15
sinceVersion = model.V14
}
suspects, err := validateBooleanEntry(xRefTable, d, dictName, "Suspects", OPTIONAL, sinceVersion, nil)
if err != nil {
Expand Down

0 comments on commit da12eed

Please sign in to comment.