Java - Convert a string format to standard format
I am parsing the pdf file using iText and one of the pdf files is encoded
with CP1252 (at least that is what Eclipse said).
text1�text2?text3��text3?text4
In pdf, the symbol is a dash (-) and spaces. Is there anyway to convert to
a format so Java can read it?
No comments:
Post a Comment