Menu

#321 Encoding problem: PDVariableText.setValue

closed-out-of-date
5
2010-04-07
2006-05-08
No

When assigning a value to PDField "AI_PLZ_ORT"
containing a german "Umlaut" (e.g. a/o/u-dieresis ->
äöü) acrobat reader is displaying a cedilla instead of
a udieresis. But if you select the Field (click into)
the the value is show in the right encoding.
A \374 in PDFDocEncoding (udieresis) is inserted and a
\374 in MacRomanEncoding (cedilla) is shown.
The PDF (orig.pdf) has been created on a Mac and the
Java application to modify the PDF runs under Windows
XP (PDFUtil.java, PDFUtil.class)

--
javac -cp lib/PDFBox-0.7.2.jar -source 1.3 -target 1.3
PDFUtil.java
java -cp lib/PDFBox-0.7.2.jar;. PDFUtil

Discussion

  • Bernd Bartke

    Bernd Bartke - 2006-05-08
     
  • Ben Litchfield

    Ben Litchfield - 2010-04-07

    PDFBox has moved to Apache. Bugs have been moved over to the Apache bug tracking system. If you don't see the bug and it's still not fixed in the current release then please create a new bug on the Apache site.

    http://pdfbox.apache.org

     
  • Ben Litchfield

    Ben Litchfield - 2010-04-07
    • status: open --> closed-out-of-date
     

Log in to post a comment.