ArchivedTools/ScanScripts/Windows/1 - thumbnail.cmd
2023-12-21 01:48:37 +01:00

3 lines
102 B
Batchfile

for %%i in (*.pdf) DO (
convert -thumbnail x310 -background white -alpha remove "%%i[0]" "%%~ni.jpg"
)