Dear devs, I use PDFBox for generating complex reports and I've come across an odd choice.
I have since a long time used PDPageContentStream and I built many utility methods around it, e.g. a rect(Rect r) function that uses moveTo, lineTo and closePath to trace a rect. Now I started using mask layers, using PDFormContentStream. I need to draw some complex stuff in there too, so I was hoping to use the same utility methods I already wrote. And hey, both stream classes extend PDAbstractContentStream, cool! However, surprise! PDAbstractContentStream only has package visibility. Could we make PDAbstractContentStream public? TY Alessandro --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

