convert 実行例

help出力 convert.py --help

usage: convert.py [-h] [--max_level [MAX_LEVEL]] [--target TARGET] [--force]
                  [--list] [--no-pause]
                  [root_dir] [output_ext]

Convert files in a directory tree using registered converters.

positional arguments:
  root_dir              Root directory to scan
  output_ext            Target output extension, e.g. pdf or .notes.pdf

options:
  -h, --help            show this help message and exit
  --max_level [MAX_LEVEL]
                        Maximum recursion depth (-1 means unlimited)
  --target TARGET       Filename patterns separated by ";" , e.g.
                        --target="*.pptx;*.docx"
  --force               Convert even if output is newer
  --list                List available converters and exit
  --no-pause            Do not wait for ENTER before exit


生成されたデータファイル

(データファイルが見つかりませんでした)

生成された画像一覧

(画像ファイルが見つかりませんでした)