public byte[] getISOBytes() {
   return PDFUtil.getISOBytes(getStringValue());
 }
 public void flush() {
   this.value = PDFUtil.decodeNormalString(this.value);
 }