Skip to content

Type 1 font dictionary validation #1156

@vanbroup

Description

@vanbroup

ISO 32000-2:2020(E) section 9.6.2.1, Table 109 (Entries in a Type 1 font dictionary) states:
Image

optional in PDF 1.1 through 1.7

But the validator checks for 1.5:

// 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
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions