in local windows dev, the font is not missing;
this is my code
public static void streamToDocx1(String docFilePath, OutputStream stream) throws Exception {
document = new Document(docFilePath);
docume…...docx"); doc.save("C:\\Users\\hsp...\合同\\测试文件\\目录正确测试1.docx", SaveFormat.DOCX); doc.updateFields();...