Re: Performance Analysis

2002-07-22 Thread Holger Prause
, this won't really help your memory concerns. -Original Message- From: Holger Prause [mailto:[EMAIL PROTECTED]] Sent: Friday, July 19, 2002 11:17 AM To: [EMAIL PROTECTED] Subject: Performance Analysis - To unsubscribe, e

RE: Performance Analysis

2002-07-22 Thread Holger Prause
If you're really concerned about finding the source of the memory drain, I really have to :-) you may want to run the JVM with a JVMPI memory profiling agent running. jProf is a pretty good one. If you do a Google search for jProf, you'll find it, and if you need help using it, I'm

Re: Character Encoding

2002-07-10 Thread Holger Prause
- Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 9:58 PM Subject: Re: Character Encoding Holger Prause wrote: I use the character squence #8722; in a html page it will be dispalyed as an - minus sign. So far so

Stupid Question

2002-07-10 Thread Holger Prause
Where do i can get the api docs for fop ? I already read the FAQ. As far as i can see it is not include in the distribution. Thx, Holger - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: Stupid Question

2002-07-10 Thread Holger Prause
- Original Message - From: RamanaJV [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 12:29 PM Subject: RE: Stupid Question Refer to the JavaDocs folder in your FOP home directory. Ramana.JV. I got it, its diretly in theFOP home directory like u told me, but

Re: Converting HTML Table to PDF

2002-07-02 Thread Holger Prause
- Original Message - From: Gilles Beaugeais [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Nicolas Goyet [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 10:51 AM Subject: Converting HTML Table to PDF Hye, Hi I need to convert a complex HTML table (with spannings, borders) to PDF. I

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

2002-06-20 Thread Holger Prause
- Original Message - From: Massimiliano Cuccia [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 6:48 PM Subject: PDF in a JSP ... searching alternative way I want to produce a pdf in a jsp, so I have a string fo that contains the fo instructions ... I had found

Re: FopServlet

2002-06-14 Thread Holger Prause
- Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 14, 2002 1:47 AM Subject: Re: FopServlet Nirupama Yalavarti wrote: Thats a great anwere...THE servlet seems to ahve run correctly( In fact it didnt show me any error..) But where

Re: Interesting Comment

2002-05-17 Thread Holger Prause
applications(Soap,xml-rpc,BMECat,Xcbl,etc.). For my own little project i use xml as a a flatfile database. Regards, AHS __ Arved Sandstrom Sr Software Developer Platform Products Group Halifax RD Office Hummingbird Ltd Bye, Holger Prause

fo:external-graphic

2002-05-13 Thread Holger Prause
Hello, I have to make a FOP customization for processing the fo:external-graphic statement.(Because the imges are stored in a strange way which i dont want to explain in details) What classes should i take a look at ? Whats the best entry point for that ? Thank you very much , Holger Prause

Fw: keep-together.within-page implemented ?

2002-05-07 Thread Holger Prause
- Original Message - From: Holger Prause [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 7:27 PM Subject: keep-together.within-page implemented ? Hello, I have some problems using keep-together.within-page and i am wondering if its implemented yet. (Obviously

Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause
Hello, i have some questions about the status of the development of the logging class First of all some information about the jars i have in classpath 1 fop.jar from version fop-0.20.3 2 avalon-framework-4.1.2.jar from version Avalon-4.1.2 3 logkit.jar from version LogKit-1.0.1 I am a little

Re: Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause
The change from LogKit to Avalon Logger has happened after the 0.20.3 release. The documentation on the website already reflects the changes in CVS. There's no release yet with the new logging. You could download the CVS-version, though. Ok ,thx for this information, but our intranet

output PDF via java.io.Writer

2002-03-01 Thread Holger Prause
Hello, I am using Fop-0.20.2 Is it generally possible to output a pdf stream via a java.io.Writer object ? I know its better to use OutputStreams objects to output binary streams as pdf,but i want to use a JSPWriter(in a TagLibrary Class) to output a Pdf Stream so that i can use it as