11-06-2005 11:41 PM
11-07-2005 10:23 AM
11-09-2005 12:40 PM
11-22-2005 09:21 AM
InputStreamReader isr = null;
InputStream ris = reader.getContentInputStream();
try {
isr = new InputStreamReader(ris,"UTF-8");
} catch (UnsupportedEncodingException e) {
isr = new InputStreamReader(ris);
}
doc.add(Field.Text("TEXT",isr));
}
11-23-2005 05:10 AM
12-21-2005 10:17 PM
01-03-2006 06:01 AM
01-22-2006 10:09 PM
01-23-2006 04:13 AM
01-25-2006 01:25 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.