<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
</span>I didn't have much luck with tumble (some time ago); it tended to<br>
complain about the tiff input formats.<br>
That version/website hasn't been updated since 2003.<br>
I do have a more recent version in my archive; Don't recall where I<br>
found it, but it does somewhat better.  I posted it at<br>
<a href="https://drive.google.com/file/d/0B2g2SW-v7RFZWW1BS1E4eVk3cVU/view?usp=sharing" rel="noreferrer" target="_blank">https://drive.google.com/file/d/0B2g2SW-v7RFZWW1BS1E4eVk3cVU/view?usp=sharing</a><br>
for now, but it needs a permanent home...<br>
<br>
ImageMagick (most distributions have it, or see<br>
<a href="http://www.imagemagick.org/" rel="noreferrer" target="_blank">http://www.imagemagick.org/</a>) is my go-to tool for batch image<br>
conversion/basic manipulations - e.g. rotate, resize, flip, crop,<br>
dither, resample, etc.  It runs on linux, windows, OSX and iOS.  You can<br>
also adjust the colormap size to shrink the files, depending on the input.<br>
<br>
   convert *.tiff manual.pdf<br></blockquote><div><br></div><div><br></div><div>It was ImageMagick and the convert tool I ended up using for the last file. But firstly I have to scan the manual two times since it is double sided (there is no duplexer and it there were it would have been extremely slow I presume). The scanner programs generates file name numbering that I cannot control when scanning multiple pages. So the trickiness is to splice everything together at the end. Then secondly the scanner jammed at certain times interrupting the number sequence. I ended up doing it manually. Maybe there is a way to do it more automatically. I will find out next time I scan a document.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
There are a bunch of tools for manipulating PDFs; some free, some not.<br>
Here are a couple.<br>
<a href="http://www.pdfsam.org/download-pdfsam-basic/" rel="noreferrer" target="_blank">http://www.pdfsam.org/download-pdfsam-basic/</a><br>
<a href="https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/" rel="noreferrer" target="_blank">https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/</a><br>
<a href="http://pdfchain.sourceforge.net/" rel="noreferrer" target="_blank">http://pdfchain.sourceforge.net/</a><br>
<a href="https://wiki.gnome.org/Apps/PdfMod" rel="noreferrer" target="_blank">https://wiki.gnome.org/Apps/PdfMod</a><br>
<br></blockquote></div></div></div>