>>> To get that completed we need to revisit the PD model as not all features >>> of PDF are reflected in the matching PD model. That could be done when >>> implementing the profiles. >> >> All the PD classes provide access to the underlying COS model, so there’s no >> need to expose low-level details in the PD model. > > Yes I know. Working on the PD model would make the ‚profile‘ easier to build > and understand but thinking about it, as one can work on the COS level, > that’s the one which needs to be checked. WDYT?
Ultimately it is the COS model which describes the raw content of the PDF file, so yes, most of the checks should probably operate at that level. It will probably be simpler this way too. -- John
