a4-Blatt, gescannt #1
a4-Blatt, gescannt #2
a4-Blatt, gescannt #3
a4-Blatt, gescannt #4
a4-Blatt, gescannt #5
a4-Blatt, gescannt #6
a4-Blatt, gescannt #7
a4-Blatt, gescannt #8
a4-Blatt, gescannt #9
a4-Blatt, gescannt #10
a4-Blatt, gescannt #11
a4-Blatt, gescannt #12
a4-Blatt, gescannt #13
a4-Blatt, gescannt #14
a4-Blatt, gescannt #15
a4-Blatt, gescannt #16
a4-Blatt, gescannt #17
a4-Blatt, gescannt #18
a4-Blatt, gescannt #19
a4-Blatt, gescannt #20
a4-Blatt, gescannt #21
a4-Blatt, gescannt #22
back to Directory 1Level above …
> lynx -dump -listonly http://elmstel.info/2025-01-07/ | sed -n 's#^[^h]*http#http#p' | while read url; do wget "$url"; done
> lis() { for i in *.jpg; do echo "$i"; done | sort -t "-" -k 6 -n }
> lis
> for i in *.jpg; do convert $i ${i%.jpg}.pdf; done … a program supplied by an OSS software package called 'ImageMagic'
> gs -dSAFER -dNOPAUSE -dBATCH -sOutputFile=concat.ps -sDEVICE=ps2write *.pdf
> gs -sDEVICE=x11 -dPAUSE -dBATCH concat.ps
> list() { for i in *.jpg; do echo "$i"; done | sort -t "-" -k 6 -n | while read i; do echo -n "($i) viewJPEG showpage "; done; }
> list
(Scanned-image07-01-2025-182932-1.jpg) viewJPEG showpage (Scanned-image07-01-2025-182932-2.jpg) viewJPEG showpage (Scanned-image07-01-2025-182932-11.jpg) viewJPEG showpage
> gs -dNOSAFER -dNOPAUSE -dBATCH -sOutputFile=output.pdf -sDEVICE=pdfwrite -sPAPERSIZE=a4 /usr/share/ghostscript/9.53.3/lib/viewjpeg.ps -c "$(list)"
GPL Ghostscript 9.53.3 (2020-10-01)
Copyright (C) 2020 Artifex Software, Inc. All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.