This ist the whole thread Tilman mentioned

https://lists.apache.org/thread/cm1d1jqf6qy3q339fl7yd3xpqpqm7yko

The origin poster never commented on my proposal ...

@Allessandro
I guess the proposal exaclty meets your requwst, or did I miss something?

Andreas

Am 19.06.25 um 18:05 schrieb Tilman Hausherr:
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



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to