Skip to content

Commit

Permalink
Issue #38 temp fix until better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
petervwyatt committed Nov 3, 2022
1 parent bf1cc2b commit 91ba973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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:InMap(trailer::Catalog::Names::EmbeddedFiles)) FALSE FALSE [fn:Not(fn:IsPresent((@R!=C) || fn:Not(fn:InMap(trailer::Catalog::Names::EmbeddedFiles))))]
P integer;string-byte 1.6 fn:IsRequired(@R==C) FALSE FALSE [fn:Eval((@P>=0) && (@P<fn:NumberOfPages()))];[fn:InMap(trailer::Catalog::Dests)]
N string-byte 1.6 fn:IsRequired((@R==C) && fn:InMap(trailer::Catalog::Names::EmbeddedFiles)) FALSE FALSE [fn:Eval(fn:Not(fn:IsPresent((@R==C) && fn:InMap(trailer::Catalog::Names::EmbeddedFiles))))]
P integer;string-byte 1.6 FALSE FALSE FALSE [fn:Eval((@P>=0) && (@P<fn:NumberOfPages()))];[fn:InMap(trailer::Catalog::Dests)]
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]

0 comments on commit 91ba973

Please sign in to comment.