Re: [iText-questions] Print Job dispatch from PDF using java job.print

2007-01-13 Thread Webber, David (NIH/OD) [C]
Robert, OK - I'll research those options. Thanks, DW From: robert engels Sent: Fri 1/12/2007 12:31 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Print Job dispatch from PDF using java job.print Only certain printers can print PDF directly. If you quer

Re: [iText-questions] Print Job dispatch from PDF using java job.print

2007-01-12 Thread robert engels
Only certain printers can print PDF directly. If you query the service, it is probably not a supported format. If you convert the PDF to PS you will have better luck, but even then most consumer grade printers do not have a postscript driver. I think there is a Java PrintService that uses Gho

[iText-questions] Print Job dispatch from PDF using java job.print

2007-01-12 Thread Webber, David (NIH/OD) [C]
Folks - we're sending a print job from java using the code below. FileInputStream fin = new FileInputStream(fileLocation); Doc doc = new SimpleDoc(fin, DocFlavor.INPUT_STREAM.PDF, null); job.print(doc, pras); It prints the default account user separator job page on the prin