pdfbox icon indicating copy to clipboard operation
pdfbox copied to clipboard

Capture the public methods of PDAbstractContentStream in an interface

Open mdedoes opened this issue 10 months ago • 0 comments

Capture the public methods of PDAbstractContentStream in an interface called PDContentOutputStream.

This makes it possible to use the same code to produce output to all concrete subclasses. The example is the conversion from SVG, where the contents of the root , , and have the same syntax and structure. Using the same API for all four would make life a lot easier.

mdedoes avatar Mar 01 '25 11:03 mdedoes