Skip to content

Commit

Permalink
Add isCatalogMetadata property to PDMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Aug 10, 2024
1 parent 03ab0a0 commit 93b7726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,8 @@ type PDMetadata extends PDObject {
link stream: CosStream;
% value of the Filter key in the metadata stream dictionary
property Filter: String;
% true if this is catalog metadata
property isCatalogMetadata: Boolean;
}

% the output intent dictionary
Expand Down

0 comments on commit 93b7726

Please sign in to comment.