Displaying 2 results from an estimated 2 matches for "fulltitle".
2003 May 16
1
Modified Cups Backed pdf writer to keep the original document name.
...> $LOGFILE
# Start of Matthew's modified stuff.
echo " " >> $LOGFILE
echo "Executable: $PDFBIN" >> $LOGFILE
echo "Arguments: |$1|$2|$3|$4|$5|$6|" >> $LOGFILE
echo $# $PRINTTIME >> $LOGFILE
echo "PS File: $6" >> $LOGFILE
FULLTITLE=`grep Title $6`
TITLE=${FULLTITLE:9}
#replace all not allowed characters with a _ - could do it with a regular
expression but too hard_
# \ / : * ? " < > |
TITLE=${TITLE//:/_}
TITLE=${TITLE//\//_}
TITLE=${TITLE//</_}
TITLE=${TITLE//>/_}
TITLE=${TITLE//|/_}
echo "full...
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