Displaying 1 result from an estimated 1 matches for "jbright".
Did you mean:
bright
2015 Jun 22
5
pdf-printer
...to renter pcl6 to pdf. I can use
pcl2pdf as a regular user.
This is pcl2pdf :
#!/bin/sh
# Simple script to convert a specified pcl file into a PDF document
# and place it in a location that is shared by the Samba server.
#
# Arguments:
# 1st - The name of the spool file
#
# John Bright, 2001, jbright at winfordeng.com
# We will create the pdf into a temporary file based upon the current
date and time.
# After we are finished, we'll rename it to a file with the same date,
but ending
# in .pdf. We do this because if a user tries to open a PDF that is
still being written,
# they will get...