Displaying 3 results from an estimated 3 matches for "pdfout".
Did you mean:
pdf_out
2002 Aug 10
2
ps2pdf "Print command" script trouble
...guments:
# ARG1 $filename %s
# ARG2 $targetdir %H
#========================================================
use strict;
if ($#ARGV == 1) {
my ($filename,$targetdir) = @ARGV;
my $psin = "/usr/spool/public/" . $filename;
my $pdfout = $targetdir . "/" . $filename . ".pdf";
my $rc = 0xffff & system("/usr/local/bin/ps2pdf $psin
$pdfout");
my $message;
if ($rc == 0) {
$message = "Succeeded.";
} else {
$message = "...
2004 Jan 21
1
connecting printers via samba / cups (Windows XP clients / AD)
....
Where should I search for further ideas what's wrong?
-----------------------------------------------------------
# testparm -v smb.conf.p000
Load smb config files from smb.conf.p000
Processing section "[printers]"
Processing section "[print$]"
Processing section "[pdfout]"
Loaded services file OK.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
# Global parameters
[global]
dos charset = CP850
unix charset = UTF-8
display charset = LOCALE
workgroup = DOMAIN
realm = DOMAIN.REALM...
2001 Feb 28
10
Bug Report
Hello Samba Team:
I don't know if this is a bug but I have compiled
the source code for samba-2.2.0-alpha2 on Solaris 7
and cannot make the binaries.
After the "./configure" command I try "make" and this
is the result:
[...cutting..]
Compiling smbd/oplock_irix.c
Compiling smbd/oplock_linux.c
Compiling smbd/notify.c
Compiling smbd/notify_hash.c
Compiling