cant find it also in the pdd :(
seems like a xerox feature instead of a ppd setting
yes you're right, i mean secure print
do you mean secure print?
thank you very much for your help, now i can print from auditron enabled MFD. one more thing, how do i use private charge print in linux? because using the PPD setting that you give me before, my printing job was printed directly
i always use the ppd from the PS driver ...
here are some instructions :
Within in the PPD file there is a General Accounting section as
shown below. This section of code supports 4 types of accounting:
XSA
User Based Accounting
Replace MyUserID the
User’s User ID
XSA
General Based Accounting
Replace MyUserID the
User’s User ID
Replace
MyGeneralAcctID the User’s general accounting ID
XSA
Group Based Accounting
Replace MyUserID the
User’s User ID
Replace
MyGeneralAcctID the User’s general accounting ID
XNA
Group Based Accounting
Replace MyUserID the
User’s User ID
Replace MyAcctID the
User’s accounting ID
First the type of
accounting needs to be enabled. This is done by replacing XSADisabled in
the code below with one of the types of accounting shown in bold green.
You will need to
replace the Highlighted red bold line with the code for the
accounting type you need.
Next depending on the
type of accounting enabled you will need to replace the accounting variable
data (data highlighted in bold blue font)
with the actual accounting information.
*% Generic Accounting
*JCLOpenUI
*JCLAccounting/Accounting: PickOne
*OrderDependency:
10.1 JCLSetup *JCLAccounting
*DefaultJCLAccounting:
XSADisabled
*JCLAccounting
XSADisabled/Disabled: ""
*JCLAccounting True/On:
"@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION
<22>__GenericPPDAccount|042__GenericPPDUser<22><0A>"
*JCLCloseUI: *JCLAccounting
XSA
User Based Accounting
*JCLAccounting
XSAUser/XSA User Based Accounting: "@PJL COMMENT
OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_USERID,MyUserID<22>;<0A>"
XSA
General Based Accounting
*JCLAccounting
XSAGeneral/XSA General Based Accounting:
"@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_USERID,MyUserID<22>;<0A>@PJL
COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_GENERALACCT,MyGeneralAcctID<22>;<0A>"
XSA
Group Based Accounting
*JCLAccounting
XSAGroup/XSA Group Based Accounting:
"@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_USERID,MyUserID<22>;<0A>@PJL
COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_GROUPACCT,MyGroupAcctID<22>;<0A>"
XNA
Group Based Accounting
*JCLAccounting
XNAGroup/XNA Group Based Accounting: "@PJL COMMENT
OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_USERID,MyUserID<22>;<0A>@PJL
COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_ACCTID,MyAcctID<22>;<0A>"
I am using Linux Ubuntu 11.04 and there are several Fuji Xerox MFD (DC-II-C2200, AP-III-C3300, etc.) in my office. Unfortunately some MFD have auditron feature enabled so i can not print without entering my user ID. My Ubuntu using CUPS printing system and i am using printer driver provide by fujixerox (http://www.fujixerox.co.jp/download/apeosport/download/c4300series/linux/). I want to know how do i modify the PPD file to pass the user id?
And one more question, i can't do booklet print with that driver, is the driver support booklet print?