search for: topdf

Displaying 8 results from an estimated 8 matches for "topdf".

2002 Jul 29
5
HOWTO Create a PDF Writer in samba
...distributions include it anyway) 2. put the following in the file /usr/sbin/pdfprint and make it executable by whatever your guest user for samba is : #!/bin/bash #convert to pdf $1 = spool file $2 = uid $3 = gid $4 = machinename $5 = ip FILENAME=pdf-$2-`date +%d%m%H%M%S`.pdf OUTPUTPATH=/mnt/raid/topdf echo converting $1 to $FILENAME for $2 of machine $4... >> $OUTPUTPATH/pdfcreate.log /usr/bin/ps2pdf $1 $OUTPUTPATH/$FILENAME >> $OUTPUTPATH/pdfcreate.log 2>> $OUTPUTPATH/pdfcreate.log echo conversion finished, removing $1 >> $OUTPUTPATH/pdfcreate.log rm $1 echo done, sett...
2020 Jun 26
1
"R CMD Sweave --driver=..." woes
...Index: src/library/utils/R/Sweave.R =================================================================== --- src/library/utils/R/Sweave.R (revision 78746) +++ src/library/utils/R/Sweave.R (working copy) @@ -516,7 +516,7 @@ do_exit(1L) } args <- list(file=file, tangle=FALSE, latex=toPDF, engine=engine, clean=clean) - if(nzchar(driver)) args <- c(args, driver) + if(nzchar(driver)) args <- c(args, driver=driver) args <- c(args, encoding = encoding) if(nzchar(options)) { opts <- eval(str2expression(paste0("list(", options, ")")))
2005 Nov 09
1
Weird problems with printing
...comment = Network Logon Service path = /home/samba_shark/%a/netlogon guest ok = yes writeable = no share modes = no This is what is in my drivers dir: . ./WIN40 ./WIN40/0 ./WIN40/0/ljbos1.PPD ./WIN40/0/ljbos2.PPD ./WIN40/0/ljbos3.PPD ./WIN40/0/ADOBEPS4.DRV ./WIN40/0/ADOBEPS4.HLP ./WIN40/0/topdf.PPD ./WIN40/0/PSMON.DLL ./WIN40/0/ICONLIB.DLL ./WIN40/0/lj162.PPD ./WIN40/0/lj163.PPD ./WIN40/0/ricoh.PPD ./WIN40/0/ADFONTS.MFM ./WIN40/ljbos1.PPD ./WIN40/ljbos2.PPD ./WIN40/ljbos3.PPD ./WIN40/ADOBEPS4.DRV ./WIN40/ADOBEPS4.HLP ./WIN40/topdf.PPD ./WIN40/PSMON.DLL ./WIN40/ICONLIB.DLL ./WIN40/lj162.PP...
2016 Dec 01
3
Why I can not login my shared folder under samba + CentOS 7
...HPCP2025:9 Printer HPCP2025 HPM2727:10 Printer HPM2727 hp5550-2:8 Printer hp5550-2 hp-color-LaserJet-5550-172-16-10-214:4 Printer hp-color-LaserJet-5550-172-16-10-214 ML-1660-Series:1 Printer ML-1660-Series ML-1660-Series:11 Printer ML-1660-Series topdf:12 Printer topdf HP5100:6 Printer HP5100 hp5000-1:5 Printer hp5000-1 Server Comment --------- ------- LOCALHOST Samba Server Version 4.2.10 Workgroup Master --------- ------- MYGROUP...
2016 Dec 03
3
Why I can not login my shared folder under samba + CentOS 7
...> HPM2727:10 Printer HPM2727 > hp5550-2:8 Printer hp5550-2 > hp-color-LaserJet-5550-172-16-10-214:4 Printer hp-color-LaserJet-5550-172-16-10-214 > ML-1660-Series:1 Printer ML-1660-Series > ML-1660-Series:11 Printer ML-1660-Series > topdf:12 Printer topdf > HP5100:6 Printer HP5100 > hp5000-1:5 Printer hp5000-1 > > Server Comment > --------- ------- > LOCALHOST Samba Server Version 4.2.10 > > Workgroup Master...
2016 Dec 02
0
Why I can not login my shared folder under samba + CentOS 7
...> HPM2727:10 Printer HPM2727 > hp5550-2:8 Printer hp5550-2 > hp-color-LaserJet-5550-172-16-10-214:4 Printer hp-color-LaserJet-5550-172-16-10-214 > ML-1660-Series:1 Printer ML-1660-Series > ML-1660-Series:11 Printer ML-1660-Series > topdf:12 Printer topdf > HP5100:6 Printer HP5100 > hp5000-1:5 Printer hp5000-1 > > Server Comment > --------- ------- > LOCALHOST Samba Server Version 4.2.10 > > Workgroup Master...
2016 Dec 03
0
Why I can not login my shared folder under samba + CentOS 7
...Printer HPM2727 >> hp5550-2:8 Printer hp5550-2 >> hp-color-LaserJet-5550-172-16-10-214:4 Printer hp-color-LaserJet-5550-172-16-10-214 >> ML-1660-Series:1 Printer ML-1660-Series >> ML-1660-Series:11 Printer ML-1660-Series >> topdf:12 Printer topdf >> HP5100:6 Printer HP5100 >> hp5000-1:5 Printer hp5000-1 >> >> Server Comment >> --------- ------- >> LOCALHOST Samba Server Version 4.2.10 >> >>...
2016 Dec 01
3
Why I can not login my shared folder under samba + CentOS 7
Hi, I install samba by: sudo yum install samba.x86_64 I edit /etc/samba/smb.conf by adding follows: [data] comment = data path = /home/myname/data valid users = test1 write list = test1 create mask = 0754 sync always = Yes ; hide dot files = yes ; writeable = no ; browseable = yes Then take effect my config: service smb restart I create shared folder: cd ~