[ https://issues.apache.org/jira/browse/PDFBOX-4068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931933#comment-17931933 ]
Tilman Hausherr commented on PDFBOX-4068: ----------------------------------------- There is a new PR by Mark de Does from the users mailing list Thread: https://lists.apache.org/thread/cm1d1jqf6qy3q339fl7yd3xpqpqm7yko PR: https://github.com/apache/pdfbox/pull/204 I recommended using an interface because of Johns remark from 10/May/18. > Create ContentStream for XObject forms and tiling patterns > ---------------------------------------------------------- > > Key: PDFBOX-4068 > URL: https://issues.apache.org/jira/browse/PDFBOX-4068 > Project: PDFBox > Issue Type: Task > Components: PDModel > Reporter: Tilman Hausherr > Priority: Major > > We have a {{PDAppearanceContentStream}} for appearances but nothing for > XObject forms and tiling patterns. > What we need should extend {{PDAbstractContentStream}} and should have a > constructor like > {code:java} > public PDFormContentStream(PDFormXObject form) throws IOException > {code} > Alternatively, why not replace {{PDAppearanceContentStream}} ? Its parameter > {{PDAppearanceStream}} is extended from {{PDFormXObject}} so we could just > use the base class. > We need this both for 2.0 and 3.* - we have users who have a really hard time > fiddling with low level operators instead of using the methods. > In 2.0 we could replace the parameter of {{PDPageContentStream}} that is > currently {{PDAppearanceStream}}. This would be a non breaking change. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org