[
https://issues.apache.org/jira/browse/PDFBOX-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296511#comment-17296511
]
Stefan Schmaltz commented on PDFBOX-5114:
-----------------------------------------
Sorry, I mean the PDF Renderer is showing those german umlauts wrong.
Example code:
{code:java}
PDDocument pdfFile;
PDFRenderer renderer;
...
pdfFile = PDDocument.load(inputStream);
renderer = new PDFRenderer(pdfFile);
renderer.setDefaultDestination(RenderDestination.VIEW);
...
public void paint(Graphics g)
{
Image image = renderer.renderImage(currentPage - 1, scale);
g.drawImage(image, left, top, width, height, this);
}
{code}
> Text in textfield with german umlauts renders wrong
> ---------------------------------------------------
>
> Key: PDFBOX-5114
> URL: https://issues.apache.org/jira/browse/PDFBOX-5114
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> Affects Versions: 2.0.22
> Reporter: Stefan Schmaltz
> Priority: Major
> Attachments: WrongCharsetPdfbox.pdf, pdfbox.png
>
>
> See attached pdf.
> Other pdf viewer shows correct german umlauts
> !pdfbox.png!
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]