search for: ps2pdfcmd

Displaying 2 results from an estimated 2 matches for "ps2pdfcmd".

2003 Mar 19
4
Samba print command only works on restart, help!
....1.1.1'; my $msg_subject = 'subject'; my $msg_body = 'This is a pdf attachment.'; my $from_address = 'whatever@blah.com'; my $auth_user = 'user'; my $auth_pass = 'pass'; my $to_address = 'whatever@blah.com'; print "Variables set.\n"; @ps2pdfcmd = ($ps2pdf_location, $print_location, $output_location); system(@ps2pdfcmd) == 0 or die "system @ps2pdfcmd failed: $?"; print "PDF generated.\n"; $sender = new Mail::Sender { smtp => $smtp_server, from => $from_address }; if ($sender->MailFile({ to => $to_addres...
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi, Is it possible to set up a printer in samba that will use ps2pdf converter to create pdf documents when printing on it ? Best Regards Steph