You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Johannes Koch (JIRA)" <ji...@apache.org> on 2010/03/15 10:09:27 UTC

[jira] Commented: (PDFBOX-660) Applying FontMatrix scale factors to PDFont drawing operations

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

Johannes Koch commented on PDFBOX-660:
--------------------------------------

org.apache.fontbox.cff.Type1FontFormatter.printFontDictionary(CFFFont, DataOutput): There's no "DecimalFormatSymbols.getInstance(Locale)" in J2SE-1.5 (appears in Java 6). Use "new DecimalFormatSymbols(Locale)" instead.

> Applying FontMatrix scale factors to PDFont drawing operations
> --------------------------------------------------------------
>
>                 Key: PDFBOX-660
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-660
>             Project: PDFBox
>          Issue Type: Bug
>          Components: FontBox, PDModel
>    Affects Versions: 1.0.0
>         Environment: Windows 7, Eclipse IDE
>            Reporter: Gary Lam
>             Fix For: 1.1.0
>
>         Attachments: 1.jpg, enroll_California.pdf, FontBox.patch, frontpage-fixed.png, PDFBox.patch
>
>
> PDFBox was unable to convert this PDF correctly into an image. I've attached the first page of the created image as well as the original PDF.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.