Skip to content

Commit

Permalink
Skipping eliminateSharedStreams() method call. (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
netmackan authored Nov 1, 2023
1 parent fbc652c commit 80f6935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpdf/src/main/java/com/lowagie/text/pdf/PdfReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ protected void readPdf() throws IOException {

strings.clear();
readPages();
eliminateSharedStreams();
//eliminateSharedStreams();
removeUnusedObjects();
} finally {
try {
Expand Down

0 comments on commit 80f6935

Please sign in to comment.