pdf-association / arlington-pdf-model

A vendor- and implementation-independent specification-derived, machine-readable model of PDF.
Apache License 2.0
73 stars 6 forks source link

Extend Arlington model for ETSI PAdES for DSS, VSS, and TSS #121

Closed petervwyatt closed 1 month ago

petervwyatt commented 1 month ago

Add extensions for ETSI PAdES for DSS, VSS, and TSS in PDF 1.7 as per PDF Errata #448.

Will add a new extension: fn:Extension(ETSI_EN_319_142_1, ...) as per both:

Note this may also include expanding on the Extensions.tsv dictionary, although the Adobe Extension Level 8 documentation mentioned as an alternative in the ETSI specs was never made public.

Arlington is NOT supposed to validate signatures, only ensure syntax and file validity so some details will not be encoded into the model.

The ESIC prefix used by ETSI PAdES is also not listed in the public list of registered 2nd class name prefixes at https://github.com/adobe/pdf-names-list. The Arlington extension will use the full ETSI document number for the extension identifier so if other ETSI extensions are made or exist they can be treated as a separate Arlington model extension. It also provides an implicit link to the ETSI specs if someone was to Google it!

petervwyatt commented 1 month ago

ESIC is now added to the official PDF names prefix registry in Github.

petervwyatt commented 1 month ago

Went with ETSI_PAdES as name of extension as it is shorter and easier to remember.