mammoth

    0

    1答えて

    でのdocxファイルからテキストを抽出する方法、私はマンモス var mammoth = require("mammoth"); mammoth.extractRawText({path: "./doc.docx"}) .then(function(result){ var text = result.value; // The raw text //this