Christian Czech created PDFBOX-1362:
---------------------------------------

             Summary: Slovakian characters
                 Key: PDFBOX-1362
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1362
             Project: PDFBox
          Issue Type: Bug
          Components: Text extraction
    Affects Versions: 1.7.0
         Environment: Windows XP, Java 1.6.0_33
            Reporter: Christian Czech


Hello,

I have a PDF document with Slovakian characters:

Hlavní administrátor

My code:

PDDocument document = null;
document = PDDocument.load(pdfFile, true); PDFTextStripper stripper = 
null; stripper = new PDFTextStripper("ISO-8859-2"); 
stripper.getText(document);

I always get this result: Hlavn\? administr\ ?tor 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to