use curl -O url[1-455].jpg to get multiple JPGs from a website and then convert to a PDF with preview
Pontifications
tl;dr: curl -O url[1-455].jpg
- from the department of: Algorithmic mind/Scripting Mind/mindset to automate annoying things (and see Spreadsheet developers are “real” developers too and Everybody should learn to program enough to solve one simple problem in their real life too) from Ton’s Facebook post:
BEGIN QuOTE
" cURL all those 455 pages as JPG (curl -O url[1-455].jpg ), collate into 1 file and print as PDF using Mac's Preview. Hey presto, full PDF on my local drive. Total time: under 3 minutes, less than it would take to create an account, wait for confirmation and then download just so they have your e-mail address. (which would be a 1-time address from me anyway) With time to spare to post the process to FB"
END QUOTE