[
https://issues.apache.org/jira/browse/PDFBOX-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Lehmkühler resolved PDFBOX-484.
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Assignee: Andreas Lehmkühler
Looks quite perfect after solving PDFBOX-490
> Spaces, numbers and some letters not display correctly
> ------------------------------------------------------
>
> Key: PDFBOX-484
> URL: https://issues.apache.org/jira/browse/PDFBOX-484
> Project: PDFBox
> Issue Type: Bug
> Components: PDFReader
> Affects Versions: 0.8.0-incubator
> Environment: Mac OS X 10.5, JAVA Application (Java 5)
> Reporter: Marco Siefert
> Assignee: Andreas Lehmkühler
> Fix For: 2.0.0
>
> Attachments: 20090528_Verpackungsvorschalg_Kuhlmann.pdf, result.png
>
>
> Hello,
> Many characters in the attached PDF are displayed wrong as you can see in the
> result.png.
> Especially numbers and spaces are not displayed correctly. Sometimes I can see
> the numbers, sometimes not. I could not find out the reason yet.
> Perhaps someone already had this problem and can help me with that?!
> To display the PDF I use the following code:
> PDDocument document = parseDocument(file);
> List pages = document.getDocumentCatalog().getAllPages();
> PDPage page = (PDPage)pages.get(0);
> Image pageImage = page.convertToImage();
> ImageIcon imageicon = new ImageIcon(pageImage);
> documentPanel.add(new JLabel(imageicon));
> The problem occurs when I convert the PDF to an image but also when I show
> it in a PDPagePanel.
> Thank you very much
> Marco Siefert
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira