i'm using
Code: Select all
for (( i=1; i <= 100; i++)) {
psselect -q $i book.ps book$i.ps
convert book$i.ps book$i.png
rm -f book$i.ps
}if i could make it pause for a second or two between pages, that would clear everything up.
Code: Select all
for (( i=1; i <= 100; i++)) {
psselect -q $i book.ps book$i.ps
convert book$i.ps book$i.png
rm -f book$i.ps
}Users browsing this forum: Bing [Bot], Semrush [Bot] and 9 guests