Thanks for your help so far, from what you are saying I think I have
understood you, I have made the following changes now, but not applied
them as yet:-
TIFF|tiff|TIF|tif)
TraceLog "Using tiff2pdf"
name="`basename $1 .tif`"
echo "i'm here! (4): $2" > /tmp/foobar4
$TIFF2PS -o $TMPDIR/$name.ps $1
psmark -i $TMPDIR/$name.ps -o $TMPDIR/$name-marked.ps
-x -400 -y 20 -r 0 -s 10 "`date`
$TIFF2PDF $TMPDIR/$name-marked.ps -o $TMPDIR/$name.pdf
rm -f $TMPDIR/$name-marked.ps
#$TIFF2PDF -o $TMPDIR/$name.pdf $1
echo "$TMPDIR/$name.pdf"
Could you let me know if I have understood you correctly then If I have I
shall try and apply these changes.