[
https://issues.apache.org/jira/browse/PDFBOX-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664861#action_12664861
]
Andreas Lehmkühler commented on PDFBOX-302:
-------------------------------------------
I've improved the font-handling with version 735325. Now the attached file
orarrp.pdf works fine.
Here are some details of my implementation:
- I've found a way to get all available fonts of the environment (see
org.apache.pdfbox.pdmodel.font.FontManager)
- if a font isn't embedded, I try to find it in the environment
- the old external font mapping is still there. We have to discuss if it is
still necessary
- it is possible to integrate well known font-mappings, if a font isn't
available (Resources/FontMapping.properties)
I hope this improvement will solve some other open issues as well.
> layout print problem
> --------------------
>
> Key: PDFBOX-302
> URL: https://issues.apache.org/jira/browse/PDFBOX-302
> Project: PDFBox
> Issue Type: Improvement
> Components: PDFReader
> Reporter: Jukka Zitting
> Assignee: Andreas Lehmkühler
> Priority: Minor
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1787501
> Originally submitted by gjniewenhuijse on 2007-09-04 00:24.
> When i print the attached file, some things are not printed well.
> - The gray box at the top
> - and the fonts are printed bold and thats not right.
> Is there any solution for now, or for later?
> When i open and print this file with adobe reader, everything is fine, but
> with pdfbox i've got a layout problem.
> I used the newest pdfbox version (also tested the nightly build)
> [attachment on SourceForge]
> http://sourceforge.net/tracker/download.php?group_id=78314&atid=552832&aid=1787501&file_id=244104
> orarrp.pdf (application/pdf), 7871 bytes
> pdf with print problem
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.