Re: page breaks in table-rows

2003-12-04 Thread Timo Haberkern
Hi Torsten Will Gilbert spotted me keep-together.within-column. That works fine. I will test your solution too. Thanks for ehlping Timo Torsten wrote: Hello Timo, Thursday, December 4, 2003, 2:32:35 PM, you wrote: TH> Hello, TH> Does anyone know how to avoid a table-row to span multiple pages (wh

page breaks in table-rows

2003-12-04 Thread Timo Haberkern
Hello, Does anyone know how to avoid a table-row to span multiple pages (when page breaks). It happens when a column of the table row has multiple lines of text and a page break occurs inbetwn these lines. Hence a single row is divided accordingly in the next page. regards Timo

Re: CMYK again

2003-11-21 Thread Timo Haberkern
essing solution as well, in order to create a totally automated hack solution for this lack. PitStop server is another solution. Regards, Dennis JD Myrén Developer Tel: (+47) 98 00 11 92 Mail: [EMAIL PROTECTED] Web: www.oslokb.no -Original Message- From: Timo Haberkern [mailto:[EMAIL

Re: CMYK again

2003-11-21 Thread Timo Haberkern
Ben, The President of my employer is a lawyer. Dunno if open-source will happen anytime soon for that lib. ;-) Have you checked if the open-source Multivalent lib supports this type of operation? I'll try and take a gander too, but you should check and see. I will check it next week. Thanks

CMYK again

2003-11-21 Thread Timo Haberkern
Hi all, i read the last threads about cmyk for FOP, but it seems that there was no solution for the problems. If i read all the messages completely there is the following status: 1.) FOP (or XSL:FO) doesn't support CMYK directly 2.) CMYK JPEGs shouldn't be a problem in FOP through JAI support 3.)

Re: Memory consumption

2003-09-16 Thread Timo Haberkern
But i have done that as you can see in my initial code snippet. Or am i wrong? Timo Dennis Myrén wrote: I mean by assigning null values to the instances and then to the System.gc() Regards dennis -Original Message- From: Timo Haberkern [mailto:[EMAIL PROTECTED] Sent: 16. september 2003

Re: Memory consumption

2003-09-16 Thread Timo Haberkern
That doesn't help too :-( The FOP classes don't come down of their high memory consumption Timo Ganesh wrote: If you can afford the gc time consumption then there is a sure way of garbage collection. This method will ensure that garbage is collected for sure...Use the "Sizeof" class as given

Re: Memory consumption

2003-09-16 Thread Timo Haberkern
. Regards, dennis.myren -Original Message- From: Timo Haberkern [mailto:[EMAIL PROTECTED] Sent: 16. september 2003 15:38 To: [EMAIL PROTECTED] I'm not really the expert on JVM Memory Management, but AFAICT these declarations belong outside the 'for'-loop. (Not sure whether

Re: Memory consumption

2003-09-16 Thread Timo Haberkern
org.apache.fop.image.FopImageFactory.resetCache(); I am a no expert in memory mgmt too. Just wanna add to the remark already made. If you reset the cache, the memory has to be recreated for every invocation. This is time consuming particularly if same set of images needs to be used in all the

Re: Memory consumption

2003-09-16 Thread Timo Haberkern
I'm not really the expert on JVM Memory Management, but AFAICT these declarations belong outside the 'for'-loop. (Not sure whether this is causing memory problems, but it just seems ... more elegant. If they really do not depend on the variables changing in the loop, that is... If behaviour would

Memory consumption

2003-09-16 Thread Timo Haberkern
org.apache.fop.image.FopImageFactory.resetCache(); Runtime.getRuntime().gc(); } Nothing helped? Is there no possibility to get rid of this reserverd memory? rgds Timo Haberkern - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Status of MIF Output

2003-08-01 Thread Timo Haberkern
Hello, can anybody tell me the status of the MIF output renderer. I read in the documentation that it is not fully implemented, but whats implemented and what is not? Does anybody use it in a productive way? best regards Timo Haberkern

Re: Can't get it work (was: Insert SVG image)

2003-02-25 Thread Timo Haberkern
Hmm, you are partly right. If i take another svg image (for example the batiklogo.svh from batik) this works correct. The mystirious is that Batik-Squiggle and my Internet Explorer (SVG Viewer Plugin V3) can open my SVG without problems and if i use there seems no problem with the image at all

Re: Can't get it work (was: Insert SVG image)

2003-02-25 Thread Timo Haberkern
Hi, yes i tried this, but the same result. Maybe there is something wrong with my SVG file? I have attached the latest version of the SVG file and the FO-file (The is on line 115). Maybe that helps... best regards Timo Raimo Manninen wrote: have you tested this without path? Like it's in exter

Re: Can't get it work (was: Insert SVG image)

2003-02-25 Thread Timo Haberkern
Thanks for the reply, but it doesn't work as expected. http://www.w3.org/2000/svg"; width="113mm" height="23mm"> Remove the width+heigth from the image element and, much more important, provide a xmlns for the xlink prefix. I used the example external.fo. There is a xmlns:xlink="http://w

Re: Can't get it work (was: Insert SVG image)

2003-02-24 Thread Timo Haberkern
Hmm, that doen't work too :-( I removed it completely. But The "broken-image" is still visible instead of the correct SVG image. Timo Myriam Delperier wrote: maybe there is a porblem between the size of your image and viewBox="0 0 20 20" - Original Message --

Re: Can't get it work (was: Insert SVG image)

2003-02-24 Thread Timo Haberkern
blem but I think you have to put the attributes width & height in your svg element here is an exemple which works for me http://www.w3.org/1999/xlink"; xmlns="http://www.w3.org/2000/svg"; > Image svg test Test - Original Message - From: "Timo Haberkern"

Can't get it work (was: Insert SVG image)

2003-02-24 Thread Timo Haberkern
0/svg"; xml:space="preserve"> i dont see my image at all. I am using the current RC2. Somebody has an idea whats going wrong? I have attached my SVG image. Best regards Timo Timo Haberkern wrote: Hello all, i have a problem inserting a SVG image

Insert SVG image

2003-02-18 Thread Timo Haberkern
Hello all, i have a problem inserting a SVG image. First i tried it with: but it seems there is a bug. The SVG image is shown correctly but isn't scaled as i wished (to be exactly-> The image allways has the full width of the region-body!). After a look in the examples i saw, that there is used

Re: Scaling external SVG graphics

2002-12-13 Thread Timo Haberkern
s the expected height of the svg image. So fop seems to calculate the width and height of the image correctly, only the svg has the wrong size... BTW: There is no difference between 0.20.5rc and 0.20.4... Is it possible that the problem is the SVG image itself??? Timo J.Pietschmann wrote: Timo Habe

Version of Batik?

2002-12-13 Thread Timo Haberkern
Hello together, can say me what version of batik is used by fop? regards Timo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Scaling external SVG graphics

2002-12-11 Thread Timo Haberkern
maximum width (xsl-region-body-width). Any solutions for scaling an external svg graphic?? What did i wrong? -- regards Timo Haberkern - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

userconfig.xml with embedded fop

2002-12-10 Thread Timo Haberkern
Hello together, i use FOP from my Java application. Now i want to embed fonts to my pdfs. So I need the userconfig.xml. But how to tell FOP to use this config file when i start it directly from my java code? -- regards Timo Haberkern

Re: Unicode special chars

2002-12-09 Thread Timo Haberkern
That works! Thanks, often you can`t see the most obvious solution ;-) Timo J.Pietschmann wrote: Timo Haberkern wrote: i have a little problem with unicode special characters. If i write the Unicode-Newline from my Java Application (with XercesJ) to XML it escapes 
 to 
. FOP seem

Re: Images in region-start?

2002-12-06 Thread Timo Haberkern
Does nobody have a hint or a solution for my problem. It's a very urgent problem for me and i would be very happy to hear from someone who can help me... Timo Timo Haberkern wrote: hello, I'm trying to place an image (JPEG) on the left and right side of my page that runs the allmost

Unicode special chars

2002-12-06 Thread Timo Haberkern
ny ideas? -- regards Timo Haberkern EMEDIA OFFICE GmbH Wingertstr. 4 74850 Schefflenz-Kl. http://www.emedia-office.com [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Different background colors for first and following pages

2002-12-04 Thread Timo Haberkern
ere a posible solution? -- regards Timo Haberkern EMEDIA OFFICE GmbH Wingertstr. 4 74850 Schefflenz-Kl. http://www.emedia-office.com [EMAIL PROTECTED] Tel.: 06293/921121 Fax: 06293/921129 - To unsubscribe, e-mail: [EMAIL PROTECTED

Images in region-start?

2002-12-04 Thread Timo Haberkern
hello, I'm trying to place an image (JPEG) on the left and right side of my page that runs the allmost the whole length of the page inside the region-start and region-end. But best it will ever get is approx. 3/4 of the length of the page. I've tried everything! can someone tell me what i'm doin