On Fri, Mar 01, 2019 at 10:45:35AM +0000, Bill Hill wrote:
On 28/02/2019 22:21, Chris Green wrote:
So can anyone suggest how I can do this? I can very easily scan the English bits as required, what I need is a handy tool for putting a number of scanned images onto a page. I was trying to do this using PDF but it may well be that other file types would be easier, I can scan to JPG, TIFF, PNM, etc. easily enough.
If you can get it into a regular image format the ImageMagick "montage" command line tool is good for stitching images together.
Yes, I think that's the way to go, scan to JPEG (or other image format), stitch together into a single image using ImageMagick and then convert to a PDF page (also using ImageMagick).
Thanks all.