Hi,
We had a discussion about this earlier this year (use the search) but
somehow it didn't really come to a conclusion.
https://lists.apache.org/list?users@pdfbox.apache.org
Tilman
On 6/19/2025 5:17 PM, Alessandro Volz wrote:
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: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org