Guest User

Untitled

a guest
Apr 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2.  
  3. for %%f in (%1\*.jpg) do ( convert %%f -limit memory 8192 -density 300 ^
  4.   "%2\%%~300dpi.pdf" )
Add Comment
Please, Sign In to add comment