Skip to content

Commit

Permalink
Add property presentInEmbeddedFiles to CosFileSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Dec 18, 2023
1 parent 588f4fd commit 404ddd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/CosLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ type CosFileSpecification extends CosDict {
property AFRelationship: String;
% true if the file specification dictionary is associated (=referenced by the /AF key) with at least one of the following objects: catalog, page, XObject, annotation or structure element
property isAssociatedFile: Boolean;
% true if the file specification dictionary is present in the EmbeddedFiles name tree
property presentInEmbeddedFiles: Boolean;
}

% Trailer of the document
Expand Down

0 comments on commit 404ddd8

Please sign in to comment.