[
https://issues.apache.org/jira/browse/PDFBOX-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406909#comment-17406909
]
Tilman Hausherr commented on PDFBOX-5268:
-----------------------------------------
But you mentioned that your environment is Windows???
Turn up the ordinary logging, INFO level.
Some linux systems have a "Dingbats" font which is also OK. The names of fonts
that have the glyphs are
"ZapfDingbatsITCbyBT-Regular", "ZapfDingbatsITC", "Dingbats", "MS-Gothic".
Here's where Linux searches for fonts:
{code}
return new String[] { System.getProperty("user.home") + "/.fonts", //
user
"/usr/local/fonts", // local
"/usr/local/share/fonts", // local shared
"/usr/share/fonts", // system
"/usr/X11R6/lib/X11/fonts", // X
"/usr/share/X11/fonts" // CentOS
};
{code}
> Checkbox does not render in the png created for the attached pdf's
> ------------------------------------------------------------------
>
> Key: PDFBOX-5268
> URL: https://issues.apache.org/jira/browse/PDFBOX-5268
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 3.0.0 PDFBox
> Environment: Windows
> Reporter: Joharat
> Priority: Major
> Attachments: OpenPDFBox_2.pdf,
> OpenPDFBox_Test-by-Tilman-with-3.0-trunk.jpg, OpenPDFBox_Test.pdf,
> rendering1.png, rendering1_checked.png
>
>
> For the 2 attached pdf's when a png is created for the first page of the pdf
> the check box does not translate over. The checkbox is empty.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]