search for: pdfbin

Displaying 5 results from an estimated 5 matches for "pdfbin".

2003 May 15
4
PDF Samba Printer - ps2pdf Only Letter Size?
...or "unknown.pdf", depending wether the # jobname is empty or not. # # To use it, simply copy this script to your backend directory, and # create a printer with the correct URI. That's it. # # Copyright (C) Michael Goffioul (goffioul@imec.be) 2001 LOGFILE=/var/log/cups/pdf.log PDFBIN=`which ps2pdf` FILENAME= # this is borrowed from printpdf script for the filename PRINTTIME=`date +%b%d-%H%M%S` echo "Executable: $PDFBIN" >> $LOGFILE echo "Arguments: |$1|$2|$3|$4|$5|$6|" >> $LOGFILE echo $# $PRINTTIME >> $LOGFILE # case of no argumen...
2003 May 16
1
Modified Cups Backed pdf writer to keep the original document name.
...f" or "unknown.pdf", depending whether the # jobname is empty or not. # # To use it, simply copy this script to your backend directory, and # create a printer with the correct URI. That's it. # # Copyright (C) Michael Goffioul (goffioul@imec.be) 2001 LOGFILE=/var/log/cups/pdf.log PDFBIN=`which ps2pdf` FILENAME= # this is borrowed from printpdf script for the filename PRINTTIME=`date +%b%d-%H%M%S` DOMAIN="@yourdomain.com.au" WEBSERVER="http://yourwebserver/pdf/" #mail stuff DATE=`date +%d%b%Y-%H:%M:%S` MAILFILE=/tmp/mailtemp HEADER=/tmp/header # case of no ar...
2004 Aug 25
1
PDF printing with printing = CUPS
...ult location. # Also send notification to user that file has "printed", to where and what name. # Since my users are in LDAP backend try to lookup Windows homedrive letter to use in # notification message else notifies with full server path to home directory. # LOGFILE=/tmp/pdf.log PDFBIN=`which ps2pdf` FILENAME= # this is borrowed from printpdf script for the filename PRINTTIME=`date +%b%d-%H%M%S` echo "Executable: $PDFBIN" > $LOGFILE echo "Arguments: |$1|$2|$3|$4|$5|$6|" >> $LOGFILE echo $# $PRINTTIME >> $LOGFILE #EMR USER_ER=$2 JOB_ER...
2003 May 15
0
PDF Samba Printer - ps2pdf Only Lette
...name is empty or not. > ># > ># To use it, simply copy this script to your backend directory, and > ># create a printer with the correct URI. That's it. > ># > ># Copyright (C) Michael Goffioul (goffioul@imec.be) 2001 > >LOGFILE=/var/log/cups/pdf.log > >PDFBIN=`which ps2pdf` > >FILENAME= > ># this is borrowed from printpdf script for the filename > >PRINTTIME=`date +%b%d-%H%M%S` > >echo "Executable: $PDFBIN" >> $LOGFILE > >echo "Arguments: |$1|$2|$3|$4|$5|$6|" >> $LOGFILE > >echo $# $P...
2003 May 30
12
pdf printer
Hi, I created a PDFPrinter as per http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2 I have another question, do I need to add a Color Laser Printer Driver in W2K to the PDF share to generate color PDF in Windows? Regards, Norman