Hi, On Thu, Dec 11, 2003 at 07:34:02PM +0000, John wrote: > (I think this can almost be done with a script, but I > am not sure about the append to pdf part...)
Quick hack for multiple scanned images in one PDF: #!/bin/sh rm /tmp/xsane-image-* convert `xsane --print-filenames --save --no-mode-selection "--force-filename=/tmp/xsane-image-001.png" ` all.pdf "convert" is from the ImageMagic tools. Bye, Henning
