Re: Help in XML Rendering to PostScript

2001-06-26 Thread Hitesh Bagchi
has > rendered the PCL you could reset the language to PS before closing the > stream with "\033%-12345X@PJL ENTER LANGUAGE = POSTSCRIPT\r\n". > > I hope that this solves the problem for you, > Art > > -Original Message- > From: Hitesh Bagchi [mailto:[EMAIL P

Re: Help in XML Rendering to PostScript

2001-06-22 Thread Hitesh Bagchi
ething like: > > > > FileOutputStream fos = new > > FileOutputStream("hostname\\printername"); > > > > For a local printer you should be able to do something like: > > > > FileOutputStream fos = new FileOutputStream("lpt1");

Re: Help in XML Rendering to PostScript

2001-06-22 Thread Hitesh Bagchi
ld be able to do something like: > > FileOutputStream fos = new FileOutputStream("lpt1"); > > HTH, > Art > > -Original Message- > From: Hitesh Bagchi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 12:35 AM > To: [EMAIL PROTECTED] >

Re: Help in XML Rendering to PostScript

2001-06-20 Thread Hitesh Bagchi
thought that I had answered a question about direct printing PCL recently. > If you will tell me what platform you are using (Windows/Unix) and how you > are invoking FOP (application or command line). I will try to answer this. > > Art > > -Original Message- > From:

Re: Printing PDF using FOP...

2001-06-20 Thread Hitesh Bagchi
lace of AcroRd32.exe in the > command lines. > option meaning > /n Launch a separate instance of the Acrobat application, even if one is > currently open. > /s Open Acrobat, suppressing the splash screen. > /o Open Acrobat, suppressing the open file dialog. > /h Open Acro

Re: Help in XML Rendering to PostScript

2001-06-19 Thread Hitesh Bagchi
Hello, Can somebody tell me how to stream PCL output to a network printer without writing to a file. Thanks, Hitesh [EMAIL PROTECTED] wrote: > Hello, > > I am fairly new to FOP and to Java as well. I am wondering if anyone has > written a rendering to convert an XML stream to Postscript with F

Re: Printing PDF using FOP...

2001-06-19 Thread Hitesh Bagchi
I downloaded a fresh set of code from the fop cvs and did find the PCLRenderer and the other latest source code. But as far I could make out PCLRenderer does not print to a printer instead it prints to a file in pcl format. Now in case of pcl as well I do have to send the output to the printer. So

Re: Printing PDF using FOP.

2001-06-16 Thread Hitesh Bagchi
d line then you can use the -pcl > switch to invoke the PCL Renderer. > > I am not sure what was in the various ZIP files. I would have thought that > everything should be in there. > > Art > > -Original Message- > From: Hitesh Bagchi [mailto:[EMAIL PROTECTED]

Re: Printing PDF using FOP...

2001-06-15 Thread Hitesh Bagchi
d line then you can use the -pcl > switch to invoke the PCL Renderer. > > I am not sure what was in the various ZIP files. I would have thought that > everything should be in there. > > Art > > -Original Message- > From: Hitesh Bagchi [mailto:[EMAIL PROTECTED]

Re: Printing PDF using FOP...

2001-06-14 Thread Hitesh Bagchi
ing in earlier > versions. The PCLRenderer is also a fairly recent addition. > > HTH, > Art > > -Original Message----- > From: Hitesh Bagchi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 8:04 AM > To: [EMAIL PROTECTED] > Subject: Printing PDF using FOP... &g

Re: Printing PDF using FOP...

2001-06-13 Thread Hitesh Bagchi
Is there a way to know what kind of printer I have. Our printer is HP LaserJet 6P/6MP-standard. Now how do I know what kind of printer is this. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL P

Printing PDF using FOP...

2001-06-13 Thread Hitesh Bagchi
Hi, I am new to fop and I am not sure whether this is the right place to post this question. Actually what I intend to do is: Write an application which will generate a pdf file using fop and then send it to the printer without user intervention. I am able to generate the pdf file using fop. It wo