0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

docx2pdfでdocxをpdfにコマンドラインで変換

Last updated at Posted at 2021-08-08

Windows環境でdocxをコマンドラインでまとめてpdfに変換する方法はいくつかあるようですが、docx2pdfというツールを見つけたのでメモ。

前提条件:

  • Microsoft Wordがインストールされている(Word 2016を使用)
  • Python がインストールされている(3.9.6を使用)

開発サイト(GitHub): https://github.com/AlJohri/docx2pdf

インストール:pipを使用して入れる。
> pip install docx2pdf

実行:docxのあるフォルダ(例:docx)を指定するとその中のファイルが変換される。
> docx2pdf docx

さっくりメモ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?