ArchivedTools/ScanScripts/Windows/1 - thumbnail.cmd

3 lines
102 B
Batchfile
Raw Normal View History

2023-12-21 00:48:37 +00:00
for %%i in (*.pdf) DO (
convert -thumbnail x310 -background white -alpha remove "%%i[0]" "%%~ni.jpg"
)