pdf_watermark.bat 62 B

123
  1. cd /d %~dp0
  2. pyinstaller -F --path %~dp0 pdf_watermark.py
  3. pause