[
https://issues.apache.org/jira/browse/PDFBOX-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson updated PDFBOX-2317:
--------------------------------
Description:
Rendering the file from PDFBOX-2307-159827 results in the log message:
{code}
WARNING: No Unicode mapping for a73 (1) in font ZapfDingbats
{code}
The reason is that Zapf Dingbats doesn't use the Adobe Glyph List, it uses its
own special glyph list. This is part of the PDF spec, and the download can be
found at http://sourceforge.net/adobe/aglfn/wiki/Home/
We need to make use of this glyph list specifically for the ZapfDingbats font,
the most flexible approach is probably to have GlyphList instances associated
with PDFonts.
was:
Rendering the file from PDFBOX-2307-159827 results in the log message:
{code}
WARNING: No Unicode mapping for a73 (1) in font ZapfDingbats
{code}
The reason is that Zapf Dingbats doesn't use the Adobe Glyph List, it uses its
own special glyph list. This is explained in the PDF spec, and the download can
be found at http://sourceforge.net/adobe/aglfn/wiki/Home/
We need to make use of this glyph list specifically for the ZapfDingbats fonts,
the most flexible approach is probably to have GlyphList instances associated
with PDFonts.
> ZapfDingbats should use its own glyph list
> ------------------------------------------
>
> Key: PDFBOX-2317
> URL: https://issues.apache.org/jira/browse/PDFBOX-2317
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 2.0.0
> Reporter: John Hewson
> Assignee: John Hewson
>
> Rendering the file from PDFBOX-2307-159827 results in the log message:
> {code}
> WARNING: No Unicode mapping for a73 (1) in font ZapfDingbats
> {code}
> The reason is that Zapf Dingbats doesn't use the Adobe Glyph List, it uses
> its own special glyph list. This is part of the PDF spec, and the download
> can be found at http://sourceforge.net/adobe/aglfn/wiki/Home/
> We need to make use of this glyph list specifically for the ZapfDingbats
> font, the most flexible approach is probably to have GlyphList instances
> associated with PDFonts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)