[ 
https://issues.apache.org/jira/browse/PDFBOX-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339847#comment-15339847
 ] 

Tilman Hausherr commented on PDFBOX-3353:
-----------------------------------------

fontStack, nonStrokingColorSpaceStack and strokingColorSpaceStack are both in 
PDPageContentStream and in PDAbstractContentStream. AppendMode is in all three 
ContentStream classes, IMHO it is only needed in PDAbstractContentStream.

Another problem I see is that some methods that were private are now protected. 
So now we have
{code}
protected void write(byte[] data) throws IOException
{code}
and
{code}
protected void writeBytes(byte[] data) throws IOException
{code}
in 2.0 we had only
{code}
private void writeBytes(byte[] data) throws IOException
{code}


> Create appearance streams for annotations
> -----------------------------------------
>
>                 Key: PDFBOX-3353
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3353
>             Project: PDFBox
>          Issue Type: Task
>          Components: PDModel, Rendering
>    Affects Versions: 1.8.12, 2.0.0, 2.0.1, 2.0.2, 2.1.0
>            Reporter: Tilman Hausherr
>              Labels: Annotations
>         Attachments: SquareAnnotations.pdf, showAnnotation.java
>
>
> Create appearance streams for annotations when missing.
> I'll start by replacing current code for Ink and Link annotations.
> Good example PDFs:
> http://www.pdfill.com/example/pdf_commenting_new.pdf
> https://github.com/mozilla/pdf.js/issues/6810



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to