Hi,
   Using iText I am trring to auto print from Tray 3 for my PDF document. I can 
fire the auto print using 
PdfAction jAction = PdfAction.javaScript("this.print(false);\r", writer);
writer.addJavaScript(jAction);

but i believe i need to stick the postscript code "5 setpapertray" in the PDF 
file to get it to print to Tray 3. Could you help me which api i should be 
using for this. Thanks a ton!!

Gaurav Kochhar



-------------------------------------------------------
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