Ok, so in this case you use the TextRenderer which is accessed through the command-line using the "-txt" option, i.e.:
fop -fo mydoc.fo -txt out.txt Please read the following infos on the Text Renderer: http://xml.apache.org/fop/output.html#txt Over the FOP command-line you can't redirect the text file to the printer but if my DOS knowledge hasn't left me you can use the "copy" command to copy the text file to the printer: copy out.txt prn: (or maybe it's "copy out.txt LPT1:") On WinXP I have a "print" command but it doesn't seem to work. Maybe you have a print command on Win98 and mabye it even works. :-) Good luck! On 29.06.2005 14:27:39 jeb501 wrote: > Jeremias, > > OS - WIN98 and the Printer Model is EPSON LQ 2070+ > > and at present i am going to print "TEXT" only > > Thanks & Regards > Eugene > > > > > Jeremias Maerki <[EMAIL PROTECTED]> > 29.06.2005 18:02 > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Re: Redirecting Output to DOT Matrix Printer > > > > > > > Eugene, > > I'm afraid that's not enough information to answer this question. What I > would need to know: > > - Printer model? > - Operating system? > - Text mode only (lineprinter mode) or graphical output (i.e. including > different font sizes and borders and images etc.)? > > On 29.06.2005 14:10:03 jeb501 wrote: > > Is is it possible to redirect the print to the DOT Matrix Printer , > > instead > > > > of PDF file. If so what is the command line I have to Use. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
