I was just told by network people that I need to add this to support
printing from Tray 3:-

Add this escape sequence to your print file
The escape sequence for printing to tray 3 is:    <Esc>&l5H


I am not sure how do I need to add in the code using iText.
I use following for printing without the dialog box coming up.

 PdfAction jAction = PdfAction.javaScript("this.print(false);\r",
writer);
 writer.addJavaScript(jAction);

Thanks
Gaurav Kochhar



-----Original Message-----
From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 17, 2004 10:08 PM
To: Kochhar, Gaurav; [EMAIL PROTECTED]
Subject: Re: [iText-questions] Re: Tray Selection Indicators

At 10:47 AM 11/17/2004, Gaurav wrote:
>Leonard what information should i ask for from the network people. I
know 
>that
>these are Lexmark printers. Apart from this what else would be helpful.

         Postscript or PCL?  What level of Postscript?

         What Job Ticket formats does it support?


Leonard

------------------------------------------------------------------------
---
Leonard Rosenthol
<mailto:[EMAIL PROTECTED]>
Chief Technical Officer                      <http://www.pdfsages.com>
PDF Sages, Inc.                              215-938-7080 (voice)
                                              215-938-0880 (fax)



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to