/screen2pdf

📄📸 A command-line tool to capture screenshots at a specified time interval and convert them to a PDF document.

Primary LanguageGoMIT LicenseMIT

screen2pdf

任意秒ごとに画面のスクリーンショットを取り、指定枚数を撮影後一つのPDFにまとめる。

撮影枚数、保存するPDFのファイル名、撮影間隔を指定することができる。

モニターが複数枚ある場合、screenshot.GetDisplayBounds(1)に与える値を変更する必要があります。
1 枚の場合 0
2 枚の場合 0,1
...