Re: please make PDAbstractContentStream public

2025-06-20 Thread Mark de Does
I am the original poster. At the time of my proposal, I was overwhelmed by other things and dropped out. My apologies for that. I had a slightly different view. But as everyone thinks that making PDAbstractContentStream public is better, that is the best solution. I will retract my PR. Gre

Re: please make PDAbstractContentStream public

2025-06-20 Thread Andreas Lehmkühler
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 H

Re: please make PDAbstractContentStream public

2025-06-19 Thread 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

please make PDAbstractContentStream public

2025-06-19 Thread Alessandro Volz
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