Successive columns

2008-06-12 Thread fma-001
Hi, I use FOP 0.94 and would like to do a table design like this: http://www.nabble.com/file/p17799860/successive_columns.jpg Is it possible to archive that with XSL-FO? Thanks, Franz -- View this message in context: http://www.nabble.com/Successive-columns-tp17799860p17799860.html Sent

Re: Successive columns

2008-06-12 Thread fma-001
Jiri Tyr wrote: You can create a table with three columns and in each column create one of your tables. That should works. Cheers, Jiri Hi Jiri, the problem is how I get the ordered list!? I have a list of abbreviations and there description and I would like to print it in

Re: png renderer: incorrect formatting of font-weight

2008-06-11 Thread fma-001
Jeremias, I enclosed the XSL, the input XML and the output.png; I tried it from console using Java 1.4.2 under Win XP. The destination system is a Java-Sytem on Linux, but i haven't tried it on that. Appriciate any clues to fix the problem, Franz Jeremias Maerki-2 wrote: Franz, I cannot

png renderer: incorrect formatting of font-weight

2008-06-09 Thread fma-001
Hi all, I have a strange problem generating png-images with FOP 0.94: When I use font-weight=bold in an fo:block or fo:inline-element, only the first tag of each image (when there are more images, i.e. pages) will be bold! When I render it as pdf it's as it should be. The

RE: BreakingAlgorithm Problem

2007-11-16 Thread fma-001
Hi Kumar, thanks for your hint. I wrote a template, which checks if there are some non-letter-characters (like '.', '/'; etc.). If this is the case, I concat the string after each character with Unicode Zero Width Space('#x200B;'), but then FOP 0.93 overlaps letters. I also tried FIGURE SPACE

BreakingAlgorithm Problem

2007-11-14 Thread fma-001
Hi! I use FOP 0.93 and write some data in a table with several columns. In one column data can be broader than the column-width without any chance to hyphenate. FOP then logs message: WARN [BreakingAlgorithm] Line 1 of a paragraph overflows the available area. I tried to get rid of it with

Re: OutOfMemory for one page-sequence

2007-10-24 Thread fma-001
Hi Chris, thanks for your hint - it's good to know. But my problem is: I do not know when to break a page (since the document is a huge list with no manual break). So is there any possibility in FOP to let him make a new page-sequence, say after 500 pages? Or is there any other way to print

Re: OutOfMemory for one page-sequence

2007-10-24 Thread fma-001
ahaddad wrote: Hi, I encountred the same problem last days and the solution for me was to combine -Xms JVM parameter with the famous -Xmx one (-Xms256m -Xmx1024m). We were able to generate to over 18.000 pages PDFs. BR. Ahmed HADDAD. Hi, I ran the Stylesheet with -Xms parameter

validating XSL-FO

2007-07-03 Thread fma-001
Hi ! I am searching for a way to validate XSL-FO (an auto-completion would be nice as well). I tried with Altova XMLSpy, but it only provides an auto-completion, but cannot validate XSL-FO. The same I tried with eclipse with a similar result: it can validate and auto-complete XSL, but not FO! I

shredded images when generating pngs

2007-06-19 Thread fma-001
Hi! I generate pngs in multithreaded environment with FOP 0.93. Sometimes the pngs are shredded and are not displayed correctly. To have an idea what I mean with shredded images here some samples: 1. http://www.nabble.com/file/p11191305/FOPServlet.png 2.

Font Arial is not displayed on Linux

2007-06-18 Thread fma-001
Hi all! I have a strange problem: When I render an png-image on a windows-machine with custom-font Arial it works fine. The same configuration on a Linux-machine (GNU/LINUX 2.6.9-22.0.1.EL) FOP says: org.apache.fop.fonts.FontInfo notifyFontReplacement WARNUNG: Font 'Arial,normal,400' not found.

Re: FOP0.93: png-output in optimized height

2007-05-30 Thread fma-001
Hi Jeremias! Thanks for your hint - it works well. But now I have another problem regarding evaluating the height. I use Arial as font and the area renderer does not calculate the height in Arial. I configured my userconfig.xml as following: http://www.nabble.com/file/p10876199/userconfig.xml

Re: FOP0.93: png-output in optimized height

2007-05-29 Thread fma-001
Hi Jeremias! This way I have already tried out. But the thing is that the png has a too big white area (the space needed for the sample text might just be 300px in width and 12px in height)! And when the text is bigger and overflows the height of 208px FOP creates another png. But I would like

FOP0.93: png-output in optimized height

2007-05-21 Thread fma-001
Hi all! I am creating png-Graphics with Apache FOP 0.93. I generate graphics in a fixed width (e.g. 320 px). The heigth should be as height as content does require. But at the moment FOP always creates png's with a height of 792 px! How can I manage FOP to create a image with optimized height?