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

Henning Meier-Geinitz henning@meier-geinitz.de
Thu, 11 Dec 2003 21:20:54 +0100


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