[sane-devel] Sugg: frontend to scan and append to pdf

Henning Meier-Geinitz henning at meier-geinitz.de
Thu Dec 11 20:20:54 GMT 2003


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




More information about the sane-devel mailing list