[
https://issues.apache.org/jira/browse/PDFBOX-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227905#comment-14227905
]
John Hewson edited comment on PDFBOX-2526 at 11/27/14 7:18 PM:
---------------------------------------------------------------
You can dump the list of fonts which PDFBox knows about with:
{code}
System.out.println(ExternalFonts.getProvider().toDebugString());
{code}
This includes the line:
{code}
TTF: Arial-Black: /Library/Fonts/Arial Black.ttf
{code}
So the PostScript name of the font is {{Arial-Black}} but in the PDF file it is
given as {{ArialBlack}}.
was (Author: jahewson):
You can dump the list of fonts which PDFBox knows about with:
{code}
System.out.println(ExternalFonts.getProvider().toDebugString());
{code}
This includes the line:
{code}
TTF: Arial-Black: /Library/Fonts/Arial Black.ttf
{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)