i have installed this on sms 5.6
NO ERROR
BUT NO MAKE NOTHIG
i thik is a problem of samba 2.2.7-3
this is part of smb.conf
; Set up our PDF-creation print service
[pdf]
path = /tmp
printable = yes
guest ok = yes
print command = /usr/bin/printpdf %s
; There is no need to support listing or removing print jobs,
; since the server begins to process them as soon as they arrive.
; So, we set the lpq (list queued jobs) and lprm (remove jobs in queue)
; commands to be empty.
lpq command =
lprm command =
and this my /usr/bin/printpdf
#!/bin/sh
DATE=date +%b%d-%H%M%S
OUTDIR=/home/e-smith/files/ibays/pdfdrop/files
ps2pdf $1 $OUTDIR/$DATE.temp
mv $OUTDIR/$DATE.temp $OUTDIR/$DATE.pdf
rm $1
i have install all ps2pdf work fine if i make a pdf from ps