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,

Re: Performance Analysis

2002-07-22 Thread Holger Prause
VMPI and JNI tricks that will let you get away with it, but in general, 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 -

base dir problem - a example solution

2002-07-12 Thread Holger Prause
Hello, All ppl who know what a basedir is and how to use it, pls ignore that posting. I needed some time to understand how i can use relative paths with fop u need to set the baseDir: this allows u to configure FOP to start all relative paths at a certain directory for all ppl which have to se

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

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 PR

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 − in a html page it will be dispalyed as

Re: Unicode problem ?

2002-07-09 Thread Holger Prause
- Original Message - From: "patrick andries" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 5:08 PM Subject: Re: Unicode problem ? > > - Original Message - > From: "Holger Prause" <[EMAIL PROTECTED]> >

Unicode problem ?

2002-07-09 Thread Holger Prause
Hello, I want to use Unicode for displaying an pound character in my pdf. For this reason i created an dummy xml file £ ₤ and an dummy xsl stylesheet http://www.w3.org/1999/xhtml"; xmlns:fo="http://www.w3.org/1999/XSL/Format"; xmlns:xsl="http://www.

Character Encoding

2002-07-09 Thread Holger Prause
Hello dear mailing list :-) I use the character squence − in a html page it will be dispalyed as an - minus sign. So far so good.Now i want to use that chracter sequence in FO but in the generated pdf it will displayed as an # sign(which stands for undefined ?) What can i do to display this

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

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 ha

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..) >

Re: Interesting Comment

2002-05-17 Thread Holger Prause
uses for it. I use xml mostly for data exchange between different 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 > Platfor

Re: fo:external-graphic

2002-05-13 Thread Holger Prause
> Holger Prause wrote: > > So i must customize the processing of the src attribute.Whats the > fastest > > way to do so ? > Hello > Depending on the JVM, introducing a custom protocol and > an associated URL handler. Sounds very good, that could be a solution as f

Re: fo:external-graphic

2002-05-13 Thread Holger Prause
Tel. +41 41 317 2020 - Fax +41 41 317 2029 Internet http://www.outline.ch Thank you for your quick reponse and for you interest on this problem. Bye, Holger Prause - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

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 solu

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 b

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 embedded