Search Results

Found 1 results for "64b6a1c6374be56042ad59a757ae5ac3" across all boards searching md5.

Anonymous /t/1157474#1344685
12/14/2024, 11:52:37 AM
>>1344684
>Guess I will share a PDF of it...
Done! Very slightly dark around the edges, so next time turn all the lights on instead of only having one lightbulb on:
https://files.catbox.moe/9pfmud.pdf

Read it to learn about technology in the 1990s. Commands used:
>$ ls -1 | sort -n | xargs -d "\n" sh -c 'for args do exiftool -gps:all= $args -o $(echo $args | sed "s/jpeg/jpg/g"); done' _ # remove geotags
>$ sudo apt install pdftk-java # install pdftk
>$ ls -1 | xargs -d "\n" sh -c 'for args do convert -rotate 90 $args $args.r.jpg; done' _ # rotate all images 90deg clockwise in current folder
>$ ls -1 | grep "\.r\.jpg" | xargs -d "\n" sh -c 'for args do convert $args $args.pdf; done' _ # makes a PDF version of all images in the folder
>$ pdftk *.pdf cat output file.pdf # create PDF from multiple PDF files; before doing this: make sure that ~every method of sorting shows the files as 1, 2, 3 and not 1, 10, 11!
pdftk was being weird so I had to name them like this -- aa.pdf, ab.pdf, ..., az.pdf, ba.pdf, bb.pdf, ..., bf.pdf -- for the sorting to work. Todo: other stuff. Picrel is probably gonna get rotated by 4chan system. (captcha: PPPSST)