Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
adf-scanning [2020/09/18 04:00] – ↷ Page moved from preparation:adf-scanning to adf-scanning superuser | adf-scanning [2020/11/18 03:57] (current) – [Creating PDFs from your Scans] jonasrosland | ||
---|---|---|---|
Line 111: | Line 111: | ||
Next run the renameimages.ps1 script. Upon doing that you should have a lot of images starting with “img” in your folder, in the correct order. You can now delete the others starting with “image”. | Next run the renameimages.ps1 script. Upon doing that you should have a lot of images starting with “img” in your folder, in the correct order. You can now delete the others starting with “image”. | ||
- | At this point you should have your images in the proper order and you can create PDF’s from them, or if you might want to do some editing to them in Photoshop before doing that (such as adjusting levels and descreening). Ultimately it’s up to you. You can use Adobe Acrobat to combine images into PDF, or many of the other options out there. If you have any to suggest | + | At this point you should have your images in the proper order and you can create PDF’s from them, or if you might want to do some editing to them in Photoshop before doing that (such as adjusting levels and descreening). Ultimately it’s up to you. You can use Adobe Acrobat to combine images into PDF, another simple way is to use ImageMagick through |
+ | |||
+ | < | ||
+ | magick convert img*.jpg output.pdf | ||
+ | </ | ||
+ | |||
+ | If you have any other smart ways to automate this process, | ||