Skip to content

Instantly share code, notes, and snippets.

@Shinichi-Ohki
Created December 4, 2017 02:46
Show Gist options
  • Save Shinichi-Ohki/1555647d80f386faf95b49df6d42cc3b to your computer and use it in GitHub Desktop.
Save Shinichi-Ohki/1555647d80f386faf95b49df6d42cc3b to your computer and use it in GitHub Desktop.
PDF書類を右90°回転させるだけのバッチファイル。要pdftk。SendToディレクトリにショートカットを入れておくといいです。
echo off
pdftk %1 cat 1-endeast output %1.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment