RE: PDF in a JSP ... searching alternative way

2002-06-20 Thread Sergei Timofejev
InputSource xslfo_doc = new InputSource(xmlfo_input); ByteArrayOutputStream outstr = new ByteArrayOutputStream(); Driver driver = new Driver(xslfo_doc, outstr); driver.run(); byte[] content = outstr.toByteArray(); response.setContentLength(content.length); outstr.close();

URL with GET param in XSLFO

2002-03-05 Thread Sergei Timofejev
How to store URL with 2 GET parameters in XML ? The problem: fo:block fo:external-graphic src=http://foo:7001/box/instr.jsp?param=59.05name=JRA/ /fo:block XML parser doesn't like character, how can I store strings like this and would be able to get GET params in JSP?

RE: Tool for generating bar graphs with Java

2002-02-25 Thread Sergei Timofejev
KavaChart http://www.aoindustries.com/docs/javachart/api/chart.package.html -Original Message- From: Roland [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: Tool for generating bar graphs with Java Hello, does anyone here know of a

RE: Please help...

2002-01-28 Thread Sergei Timofejev
fo:static-content flow-name=xsl-region-after fo:block start-indent=12.5cm fo:external-graphic src=lang.jpg/ /fo:block /fo:static-content -Original Message- From: Nick Winger [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002

RE: Table layout

2002-01-10 Thread Sergei Timofejev
keep-togather=always -Original Message- From: Phillips Tony [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 3:01 PM To: '[EMAIL PROTECTED]' Subject: Table layout Hello, I have created an invoice utility based on FOP to produce PDF invoices. I've used a multi column table

RE: FOP performance on Win98/JRE 1.3.1

2001-12-12 Thread Sergei Timofejev
Well, okay, I do understand how I could achieve this--just spend a couple of hundred bucks. ;-) PC133, 512MB = 40 USD. S. -Original Message- From: Lukas Pietsch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 10:46 AM To: [EMAIL PROTECTED] Subject: Re: FOP performance