Skip to content

Commit

Permalink
Resolve #108
Browse files Browse the repository at this point in the history
  • Loading branch information
petervwyatt committed Mar 16, 2024
1 parent 27734fd commit 52f8b3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsv/latest/Target.tsv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Key Type SinceVersion DeprecatedIn Required IndirectReference Inheritable DefaultValue PossibleValues SpecialCase Link Note
R name 1.6 TRUE FALSE FALSE [P,C] Table 205
N string-byte 1.6 fn:IsRequired((@R==C) && fn:InNameTree(trailer::Catalog::Names::EmbeddedFiles)) FALSE FALSE [fn:Eval(fn:Not(fn:IsPresent(fn:Not((@R==C) && fn:InNameTree(trailer::Catalog::Names::EmbeddedFiles)))))]
P integer;string-byte 1.6 FALSE FALSE FALSE [fn:Eval((@P>=0) && (@P<fn:NumberOfPages()))];[fn:Eval(fn:InNameTree(trailer::Catalog::Names::Dests))] https://github.com/pdf-association/pdf-issues/issues/258
A integer;string-text 1.6 FALSE FALSE FALSE [fn:Eval((@A>=0) && (@A<fn:ArrayLength(fn:PageProperty(@P,Annots))))];[fn:Eval(@A==fn:PageProperty(@P,Annots::@NM))]
T dictionary 1.6 FALSE FALSE FALSE [Target]
P integer;string-byte 1.6 fn:IsRequired((@R==C) && fn:IsPresent(A)) FALSE FALSE [fn:Eval((@P>=0) && (@P<fn:NumberOfPages()))];[fn:Eval(fn:InNameTree(trailer::Catalog::Names::Dests))] https://github.com/pdf-association/pdf-issues/issues/258
A integer;string-text 1.6 fn:IsRequired((@R==C) && fn:IsPresent(P)) FALSE FALSE [fn:Eval((@A>=0) && (@A<fn:ArrayLength(fn:PageProperty(@P,Annots))))];[fn:Eval(@A==fn:PageProperty(@P,Annots::@NM))]
T dictionary 1.6 FALSE FALSE FALSE [TargetEmbedded] https://github.com/pdf-association/arlington-pdf-model/issues/108
6 changes: 6 additions & 0 deletions tsv/latest/TargetEmbedded.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Key Type SinceVersion DeprecatedIn Required IndirectReference Inheritable DefaultValue PossibleValues SpecialCase Link Note
R name 1.6 TRUE FALSE FALSE [P,C] Table 205 and https://github.com/pdf-association/arlington-pdf-model/issues/108
N string-byte 1.6 fn:IsRequired(fn:Not(fn:IsPresent(P) || fn:IsPresent(A))) FALSE FALSE
P integer;string-byte 1.6 fn:IsRequired((@R==C) && fn:IsPresent(A)) FALSE FALSE [fn:Eval(@P>=0)];[] https://github.com/pdf-association/pdf-issues/issues/258
A integer;string-text 1.6 fn:IsRequired((@R==C) && fn:IsPresent(P)) FALSE FALSE [fn:Eval(@A>=0)];[]
T dictionary 1.6 FALSE FALSE FALSE [Target]

0 comments on commit 52f8b3d

Please sign in to comment.