[Samba] Print to PDF file with CUPS

Gavin Hamill gdh at acentral.co.uk
Tue Jul 30 09:15:04 GMT 2002


>use CUPS, it ignores the "print command" parameter which most
>people seem to use for printing to PDF files.


I don't know if this will fix your problems, but I had a reasonably similar
issue. The solution quite simply consisted of this in the main section of
smb.conf

[global]

<blah blah blah>
   printing = cups
   printcap name = /etc/printcap.cups

(this seems to work better than 'printcap name = cups')

and then ...

[pdfprinter]
  <other directives>
  printing = lprng

And finally put the generic [printers] section AFTER your specific
'printers' :)

Well, it worked for me =)

gdh







More information about the samba mailing list