-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #38 temp fix until better solution
- Loading branch information
1 parent
bf1cc2b
commit 91ba973
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |