Displaying 5 results from an estimated 5 matches for "goffioul".
2003 May 15
4
PDF Samba Printer - ps2pdf Only Letter Size?
.... The file name will
# be either "<jobname>.pdf" 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|" >> $LOGFI...
2003 May 16
1
Modified Cups Backed pdf writer to keep the original document name.
...passed though).
Here it is. I didn't use awk when i probably should of because i'm crap at
regular expressions. Real programmers might have a laugh and my error
checking is non-existant, but it worked for me and may be useful to some
newbie out there somewhere....
thanks goes to Michael Goffioul for writing the orginal script which i got
from
http://printing.kde.org/downloads/pdfdistiller and the how to posted
originally to samba by Tom. i'd be interested in any feedback about how i
should have used awk so i can learn. :)
Regards
Matthew
#!/bin/sh
#
# This script is intended to...
2003 May 15
0
PDF Samba Printer - ps2pdf Only Lette
...".pdf" 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 &q...
2004 Aug 25
1
PDF printing with printing = CUPS
.... The file name will
# be either "<jobname>.pdf" 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
#
# 2004-08-25, Eugenio Ruivo
# Made changes to try and identify user's home directory and place output
# file there instead of default location.
# Also send notification to user that file has "printed", to where and what
name.
# Since my users are in LDA...
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