[ https://issues.apache.org/jira/browse/PDFBOX-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014598#comment-18014598 ]
Simon Steiner commented on PDFBOX-6052: --------------------------------------- fix was to add this part + if (encoding instanceof WinAnsiEncoding || encoding instanceof MacRomanEncoding || encoding == null) + { + Encoding enc = encoding; + if (enc == null) { + enc = StandardEncoding.INSTANCE; + } > Bullet glyph rendered to dash > ----------------------------- > > Key: PDFBOX-6052 > URL: https://issues.apache.org/jira/browse/PDFBOX-6052 > Project: PDFBox > Issue Type: Bug > Components: Rendering > Affects Versions: 2.0.35 > Reporter: Simon Steiner > Priority: Major > Attachments: adobe.pdf, tmp.patch > > > java -jar ~/pdfbox/app/target/pdfbox-app-2.0.35-SNAPSHOT.jar PDFToImage > adobe.pdf -- 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