spire.doc for java 3.8.1现已发布。该版本支持设置"hyperlink base"文档属性,同时也支持获取水印的类型。另外,一些在.xml转.docx,html转pdf,word转pdf及加载和保存word文档时出现的问题得以成功解决。更多详情参加下文。
新功能:
- 支持了设置"hyperlink base"文档属性。
doc.getbuiltindocumentproperties().sethyperlinkbase(data);
watermarkbase waterbase = doc.getdocument().getwatermark();
string watertype = waterbase.gettype().name();
int value =waterbase.gettype().getvalue();
问题修复:
- 修复了加载文档抛出"java.lang.stringindexoutofboundsexception"问题。
- 修复了移除分节符保存文档抛出"classcaseexception"问题。
- 修复了加载文档抛异常"attempted to read past the end of the stream"的问题。
- 修复了转换html到pdf多出小方框的问题。
- 修复了加载文档抛出"nullpointerexception"的问题。
- 修复了转换.xml到.docx抛异常"property value is of unsupported type"的问题。
- 修复了转换word到pdf页码和内容格式错误的问题。
- 修复了转换word到pdf表格底纹不正确的问题。
获取spire.doc for java 3.8.1,请点击: