higuaro opened a new pull request, #144: URL: https://github.com/apache/pdfbox/pull/144
**Feature request** Hey folks, the following is to request a small but useful change in `PageDrawer`, consisting of adding a `protected` setter for the the `graphics` member variable. The idea behind this change is to be able to draw the entire content of a `TransparencyGroup` into a separate image. We already tried using `showTransparencyGroupOnGraphics()` but this doesn't work well for deeply nested and complicated transparency groups. We set up a proof of concept that sets the parent graphics to the target image through reflection and it worked, but our team would prefer to this through a less hacky way if possible. Keen to hear your thoughts and open to better ideas. **JIRA ticket** https://issues.apache.org/jira/browse/PDFBOX-5454 -- 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]
