Skip to content

Commit

Permalink
Merge pull request #332 from veraPDF/xref_stream
Browse files Browse the repository at this point in the history
Fix getcontainsXRefStream in PBoxPDDocument
  • Loading branch information
MaximPlusov authored Nov 13, 2023
2 parents 44ca681 + ced2453 commit 23f8326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public String getmostCommonOrientation() {

@Override
public Boolean getcontainsXRefStream() {
return null;
return false;
}

@Override
Expand Down

0 comments on commit 23f8326

Please sign in to comment.