mdedoes opened a new pull request, #204: URL: https://github.com/apache/pdfbox/pull/204
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 <svg>, <symbol>, <marker> and <pattern> have the same syntax and structure. Using the same API for all four would make life a lot easier. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org