[ 
https://issues.apache.org/jira/browse/PDFBOX-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15787422#comment-15787422
 ] 

Tilman Hausherr commented on PDFBOX-3632:
-----------------------------------------

I wonder if this is indeed a bug. Please reopen the issue or (better) open a 
new one if you can provide these infos:
- your PDF (or any PDF that has the same effect), alternatively a screenshot 
from Adobe Reader where it shows the fonts (I'll then try to find or create a 
PDF myself)
- your font file, or the location you got the font
- your OS (not just "linux")
- a copy of your ".pdfbox.cache" file that is in your user directory
- your PDFBox version. If it isn't 2.0.4 then retry the test with 2.0.4.

I'm confused as why changing the file name helps, we're using the "postscript 
name" which is inside the font file.

To get the postscript name, do this:
{code}
new TTFParser().parse("fontfilename").getName()
{code}
The name should always be the same regardless of the file name...

> PDF convert TIFF on Linux server: Font changed  and Chebox can't see the 
> checked mark
> -------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-3632
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3632
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.2
>         Environment: linux
>            Reporter: austinchen
>
> I converted the PDFbox to a tiff file on Linux, compare the PDF file, there 
> are below issues:
> 1. Font style changed, like bold type changed the lighter ; 
> 2. The character of Microsoft Yahei Font was lost (On windows server is OK, 
> have no this issue);
> 3. The check box only leave the box,the Check mark was lost, but when I 
> changed the check mark style, like use the star mark, it appeared again; (On 
> windows server is OK, have no this issue);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to