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…...write(" 页"); // Insert formula field Field formulaField =...insertField(FieldType.FIELD_FORMULA, false); // Move DocumentBuilder...