Skip to content

Commit

Permalink
PDFBOX-5943: remove page resources after processing the page
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1923475 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lehmi committed Jan 31, 2025
1 parent 68f0516 commit 7665681
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ public void processPage(PDPage page) throws IOException
super.processPage(page);
writePage();
endPage(page);
page.removePageResourceFromCache();
}
}

Expand Down

0 comments on commit 7665681

Please sign in to comment.