Skip to content

Commit

Permalink
Merge pull request #335 from veraPDF/embedded_file_specification
Browse files Browse the repository at this point in the history
Add getpresentInEmbeddedFiles to PBCosFileSpecification
  • Loading branch information
MaximPlusov authored Dec 20, 2023
2 parents 7bce3c8 + ea430e4 commit 65dd7c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ public Boolean getisAssociatedFile() {
&& StaticContainers.getFileSpecificationKeys().contains(this.baseObject.getKey()));
}

@Override
public Boolean getpresentInEmbeddedFiles() {
return null;
}

@Override
public Boolean getcontainsEF() {
return this.baseObject != null && this.baseObject instanceof COSDictionary &&
Expand Down

0 comments on commit 65dd7c6

Please sign in to comment.