Java版本aspose.words文档合并格式改变

@asd7927920 请尝试使用 Merger 类来合并文档:

String[] documents = new String[] {"in1.docx","in2.docx","in3.docx"};
Merger.merge("out.docx", documents, SaveFormat.DOCX, MergeFormatMode.KEEP_SOURCE_FORMATTING);

.net 版本word文档字距是什么配置参数举例

@asd7927920 在排版中,字距调整是调整比例字体中字符间距的过程,通常是为了获得视觉上令人愉悦的结果。
https://en.wikipedia.org/wiki/Kerning