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(); response.getOutputStream(

URL with GET param in XSLFO

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

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 good

RE: Please help...

2002-01-28 Thread Sergei Timofejev
-Original Message- From: Nick Winger [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 6:26 PM To: [EMAIL PROTECTED] Subject: AW: Please help... how do i get an image in the footer ? how is the footer and header adres

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 tabl

RE: cannot not use certain character in xml to make pdf

2002-01-08 Thread Sergei Timofejev
What if it's impossible to use ISO-8859-1 but only UTF8 ? When I use in code ä for "ä" all I get is # using standard FOP fonts or just empty space when I import TTF font from Windows. Any solutions ? -Original Message- From: Beer, Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Janua

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 o