[ https://issues.apache.org/jira/browse/PDFBOX-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332511#comment-16332511 ]
Tilman Hausherr edited comment on PDFBOX-3353 at 1/19/18 4:30 PM: ------------------------------------------------------------------ PDAppearanceContentStream.drawShape() has this: {code:java} contentStream.setBorderLine(lineWidth, annotation.getBorderStyle()); {code} That code uses only the /BS dictionary for a dash. In annots.pdf, annotation 17, the 4th /Border entry is active but isn't used by the code so the dash pattern isn't rendered. was (Author: tilman): PDAppearanceContentStream.drawShape() has this: {code:java} contentStream.setBorderLine(lineWidth, annotation.getBorderStyle()); {code} That code uses only the /BS dictionary for a dash. In annots.pdf, annotation 17, the 4th /Border entry is active but isn't used by the 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, 3.0.0 PDFBox > Reporter: Tilman Hausherr > Priority: Major > Labels: Annotations > Attachments: AnnotationSample.Standard.pdf, > CTAN-example-Annotations-rot270.pdf, CTAN-example-Annotations.pdf, > PDFBOX-2019-Annotations.pdf, PDFBOX-2898-Annotations.pdf, > PDFBOX-3353-highlight-noAP-001796-p1.pdf, PDFBOX-3353-highlight-noAP.pdf, > PDFJS-7115-indirect-rect.pdf, ShowAnnotation-4.java, ShowAnnotation-5.java, > ShowAnnotation-6.java, SquareAnnotations.pdf, annots.pdf, > gs-bugzilla-693664-AnnotationTest.pdf, > line_dimension_appearance_stream-noAP.pdf, > line_dimension_appearance_stream.pdf, pdf_commenting_new.pdf, > showAnnotation.java, text_markup_ap_test.pdf > > > 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 (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org