Retourner au contenu associé (journal : Création de PDF)
Posté par tuan kuranes (site web personnel) le 16 juillet 2003 à 15:37. En réponse au journal Création de PDF. Évalué à 4.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Création de PDF
Posté par tuan kuranes (site web personnel) . En réponse au journal Création de PDF. Évalué à 4.
samba +cups le fait tout seul(s)
Voila ce qui faut pour ton smb.conf :
[pdf-generator]
path = /var/tmp
guest ok = No
printable = Yes
comment = PDF Generator (only valid users)
#print command = /usr/share/samba/scripts/print-pdf file path win_path recipient IP doc_na
me &
print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I &
[pdf-screen]
copy = pdf-generator
comment = PDF Generator - Screen quality (only valid users)
print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S &
[pdf-printer]
copy = pdf-generator
comment = PDF Generator - Print quality (only valid users)
print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S &
[pdf-prepress]
copy = pdf-generator
comment = PDF Generator - PrePress quality (only valid users)
print command=/usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "" %S &