THausherr commented on PR #443: URL: https://github.com/apache/pdfbox/pull/443#issuecomment-4397185920
Yes, there is an SO answer about this https://stackoverflow.com/questions/901046/ and ChatGPT agrees, and suggests this ``` Graphics2D g2 = (Graphics2D) graphics.create(); try { // modify freely } finally { g2.dispose(); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
