This is a fork of html-to-docx. Goal is to reduce the artifact size, replace older/unmaintained libraries and make it more client friendly (e.g. removing polyfills). Contributions are welcome.
PowerShellでHTMLファイルをWordファイル(.docx)に変換するスクリプトを作成しました。 WordのCOMオブジェクトを使用するので、Windows環境でMicrosoft Wordがインストールされている必要があります。 Power Shell コード # HTMLファイルをWordに変換するスクリプト # 実行時 ...