1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows 向けの自動スクリーンショットアプリ「AutoScreenShot」

1
Last updated at Posted at 2026-02-26

AutoScreenShot

Windows 向けの自動スクリーンショットアプリ(Go 製)です。
指定範囲をキャプチャし、キー操作ごとに JPG を保存し、終了後に PDF にまとめます。

image.png

電子アプリで買った本や連続した画像データなどを個人的に利用するためにPDF化したいけど操作が大変
スクショ→キー信号→スクショ→キー信号 → … → pdf化みたいなのないかな…
(RPAあるけどなんかうまく作れなかった…)

そのような不便を解決するために作成しました。

ダウンロード

Releases にからexeファイルをダウンロードできます(windowsのみ):

  • AutoScreenShot-windows-amd64.exe(64bit Intel/AMD)
  • AutoScreenShot-windows-arm64.exe(64bit ARM)

使い方

  1. 起動すると設定ダイアログが開きます。
  2. 「範囲を選択...」 をクリックし、画面に表示される半透明オーバーレイ上で マウスドラッグ してキャプチャしたい範囲を指定します(Esc でキャンセル)。
  3. 保存先 に JPG/PDF を保存するフォルダを入力するか「参照...」で選択します。
  4. キー操作 に、1枚キャプチャするたびに送信するキーを指定します(例: Enter, Tab, Ctrl+C, PageDown)。
  5. 最大枚数(0 で無制限)と 「3枚連続同一で終了」 で終了条件を設定します。
  6. 「開始」 を押すと、対象アプリをアクティブにした状態でキャプチャが始まります。
  7. 終了後、指定フォルダに screenshot_00001.jpg … と screenshots.pdf が出力されます。

実動作

Animation.gif

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?