-
-
Notifications
You must be signed in to change notification settings - Fork 579
Closed
Labels
Description
ISO 32000-2:2020(E) section 9.6.2.1, Table 109 (Entries in a Type 1 font dictionary) states:

optional in PDF 1.1 through 1.7
But the validator checks for 1.5:
pdfcpu/pkg/pdfcpu/validate/font.go
Lines 719 to 723 in f49774f
| // FirstChar, required except for standard 14 fonts. since 1.5 always required, integer | |
| fc, err := validateIntegerEntry(xRefTable, d, dictName, "FirstChar", required, model.V10, nil) | |
| if err != nil { | |
| return err | |
| } |