Re: Print Renderer

2017-12-15 Thread Szeak (Register Man)
Hi, Here is small detail from my source code:     final InputStream inStream = new PipedInputStream();     OutputStream outStream = new PipedOutputStream((PipedInputStream) inStream);    

Re: Print Renderer

2017-12-15 Thread Szeak (Register Man)
Hi, What i use for this is the PipedInputStream and PipedOutputStream. By Szeak 2017-12-14 09:18 keltezéssel, Normen Ruhrus írta: Hello everyone,   for some older printers we use the FOP

Print Renderer

2017-12-14 Thread Normen Ruhrus
Hello everyone, for some older printers we use the FOP direct printing via the PageableRenderer. Usually we use PostScript printing and there we do not stream directly to the printer but make the transformation via an ByteArrayOutputStream to a byte array. This is possible because the created

FW: Print renderer does not render body region

2013-09-06 Thread Arkady Leyner
Dear fop users, I use FOP 1.1 on Windows XP, JRE 1.7, JDK 6. I have no problem with rendering to PDF. But I can't print to printer. Following simple test demonstrates my problem. Very simple FO sheet helloworld_static.fo fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;

Re: FW: Print renderer does not render body region

2013-09-06 Thread Pascal Sancho
Hi, there are known issues when using -print option on windows. Perhaps you are facing to one; see [1] for further information. [1] http://xmlgraphics.apache.org/fop/1.1/output.html#print 2013/9/6 Arkady Leyner ark...@islandpacific.com: Dear fop users, I use FOP 1.1 on Windows XP, JRE 1.7,

RE: FW: Print renderer does not render body region

2013-09-06 Thread Arkady Leyner
[mailto:psancho@gmail.com] Sent: Fri 9/6/2013 10:16 PM To: fop-users@xmlgraphics.apache.org Subject: Re: FW: Print renderer does not render body region Hi, there are known issues when using -print option on windows. Perhaps you are facing to one; see [1] for further information. [1] http