[
https://issues.apache.org/jira/browse/PDFBOX-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227905#comment-14227905
]
John Hewson commented on PDFBOX-2526:
-------------------------------------
You can dump the list of fonts which PDFBox knows about with:
{code}
System.out.println(ExternalFonts.getProvider().toDebugString());
{code}
> Arial black not black
> ---------------------
>
> Key: PDFBOX-2526
> URL: https://issues.apache.org/jira/browse/PDFBOX-2526
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> Affects Versions: 2.0.0
> Reporter: simon steiner
> Attachments: sample_fonts_solidconvertor.pdf
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage
> sample_fonts_solidconvertor.pdf
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)