Re: fop pagebreak problems / errors

2007-03-27 Thread Andreas L Delmelle
On Mar 27, 2007, at 17:25, Dirk Bromberg wrote: Hi Dirk, Considering the following: PS - On a different note: break-after crashes in the fo given in crash.fo with an illegal state exception (this surely is a bug, isn't it?): Yep, this is definitely a bug! Thanks for mentioning.

Re: fop pagebreak problems / errors

2007-03-28 Thread Andreas L Delmelle
On Mar 28, 2007, at 10:02, Vincent Hennebert wrote: Hi Vincent, snip / Anyway, this doesn't look desirable to me, and your question seems to confirm my feeling ;-) Any other opinions on this? FWIW: I've just tried the most recent sample, and now indeed I see the problem. Even funnier is

Re: table break with missing borders

2007-03-28 Thread Andreas L Delmelle
On Mar 28, 2007, at 20:09, wmurrill wrote: Hi, Hi, I'm trying to migrate from fop-0.20.3 to fop-trunk. We use fop to produce a final report. With fop-trunk and java 1.4 (also java 1.5), fop splits tables across pages (as it should) but does not draw the bottom border for the table on page 1

Re: Accessing the object Tree structure of FOP

2007-03-29 Thread Andreas L Delmelle
On Mar 27, 2007, at 05:23, Harshini Madurapperuma wrote: Hi Harshini, Hope I didn't trouble u by contacting personally; Not really a problem, but it's always advisable to stay on fop-users. If you contact me directly, there is an increased chance of your mail ending up unanswered (due to

Re: table break with missing borders

2007-03-29 Thread Andreas L Delmelle
On Mar 29, 2007, at 16:40, wmurrill wrote: snip / I'm not sure what you mean about specifying half borders. Sorry, my bad. I meant half the expected border-width. As in: to get a table with 0.5pt borders everywhere, would be very roughly fo:table border-style=solid border-color=black

Re: Wrapping Long Text Without Spaces

2007-04-06 Thread Andreas L Delmelle
On Apr 6, 2007, at 14:58, Vincent Hennebert wrote: Hi Jeff / Vincent, snip / - or you enable hyphenation and use ZWSP instead of the regular hyphen character. Thus FOP will break inside words that it is able to hyphenate; if they aren't normal English words this may not work well and

Re: Convert InputSource into a Character array

2007-04-07 Thread Andreas L Delmelle
On Apr 6, 2007, at 14:26, Harshini Madurapperuma wrote: Hi, This is my class overview; for u to get a rough idea. Initially I have a char array which I have converted into InputSource. Then within the Driver class in render method I want that InputSource to be converted back into a char

Re: Error on Webpage

2007-04-14 Thread Andreas L Delmelle
On Apr 14, 2007, at 17:25, Thomas Zastrow wrote: Hi Tom, on the webpage http://xmlgraphics.apache.org/fop/0.93/fonts.html there is an error in the section TrueType Font Metrics: the jar-libs have to be separated with a : and not wit a ; I'm not sure if this is Windows-specific, but on

Re: Problem with custom fonts

2007-04-14 Thread Andreas L Delmelle
On Apr 14, 2007, at 17:41, Thomas Zastrow wrote: snip / The files LinLibertine.xml and LinLibertineU-Re-2.2.5.ttf are in the root-directory of the FOP (version 0.93). The base-tag in the config-file is untouched, it is still base./base Keep in mind that they are influenced by font-base. I

Re: Which colors?

2007-04-14 Thread Andreas L Delmelle
On Apr 14, 2007, at 19:10, Thomas Zastrow wrote: A lot of questions today ;-) Is there a list with the predefined color names like red, blue and so on? I guess it's available somewhere... In the FOP source, you can find them in org.apache.fop.util.ColorUtil.initializeColorMap() HTH!

Re: Problem with custom fonts

2007-04-14 Thread Andreas L Delmelle
On Apr 14, 2007, at 20:55, Thomas Zastrow wrote: Andreas L Delmelle wrote: On Apr 14, 2007, at 17:41, Thomas Zastrow wrote: snip / The files LinLibertine.xml and LinLibertineU-Re-2.2.5.ttf are in the root-directory of the FOP (version 0.93). The base-tag in the config-file is untouched

Re: Problem with custom fonts

2007-04-14 Thread Andreas L Delmelle
On Apr 14, 2007, at 23:12, Thomas Zastrow wrote: Andreas L Delmelle wrote: In any case, now that you mention it, it does seem to lean towards bad practice to use a relative url as base-url for anything... :/ snip / I solved the problem: I used absolute paths, which is - in my oppinion

Re: second run causes error

2007-04-17 Thread Andreas L Delmelle
On Apr 17, 2007, at 16:46, Abel Braaksma wrote: Hi, Ian Hendry wrote: Hi, I have implemented FOP on an tomcat 5 servlet. The XML data is read from Oracle 10g to a java.lang.String and then mixed with XSLT from the file system to produce the PDF. ... Small question out of curiosity: how

Re: second run causes error

2007-04-18 Thread Andreas L Delmelle
On Apr 17, 2007, at 19:12, Andreas L Delmelle wrote: I must correct myself here: If I'm correct, the problem is along the lines of: Oracle can only use static methods as entry points to Java classes (unless instances of the Java class are stored in a column in the database table

Re: fo:list with omitted items result in wrong numbering

2007-06-23 Thread Andreas L Delmelle
On Jun 19, 2007, at 09:23, Fireball29 wrote: Thank you, good idea, but none of them worked for me, the result is the same. Here is the code: Saw this one still open... If you haven't found a solution yet, try making it: xsl:number value=position() format=1. / in the matching template for

Re: Forcing a new line

2007-06-27 Thread Andreas L Delmelle
On Jun 27, 2007, at 16:17, Trevor Keast wrote: Hi, I have a table with column headings. Sometimes the headings are quite long and I want to force a carrige return and display the heading text on two lines, for example: On top of what Adrian already mentioned, you could also use simply:

Re: fo:retrieve-table-marker problem

2007-07-01 Thread Andreas L Delmelle
On Jul 2, 2007, at 03:30, Ryan Adorable wrote: Hi, Is fo:retrieve-table-marker supported by FOP 0.93? Cause I'm always getting this exception when I'm trying to use it. Unfortunately, fo:table-retrieve-marker is not yet implemented in FOP (as is most XSL-FO 1.1 functionality, I'm afraid)

Re: aligning text horizontially in a fo:table-cell

2007-07-02 Thread Andreas L Delmelle
On Jul 2, 2007, at 18:09, [EMAIL PROTECTED] wrote: Hi, I want to in a fo:table-cell, align text horizontially on top and bottom. If i place a display-align property on the table cell and set the value before or after it puts both the two text-block on top or bottom. But what i am

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-02 Thread Andreas L Delmelle
On Jul 2, 2007, at 17:12, [EMAIL PROTECTED] leeloo5e79- [EMAIL PROTECTED] wrote: Hi, While generating a PDF from XML+XSL using FOP 0.93, FOP stops with Exception in thread main java.lang.OutOfMemoryError: Java heap space. Are their any limitations set in FOP or this is just a problem of

Re: fo:retrieve-table-marker problem

2007-07-02 Thread Andreas L Delmelle
On Jul 2, 2007, at 09:05, Ryan Adorable wrote: Hi Ryan Is there a work around for this using what is available on FOP 0.93? Or should I revert back to 0.20.5 and use Continued Table Label extension? Unless you are in a position to help us with that, and implement this feature in FOP

Re: aligning text horizontially in a fo:table-cell

2007-07-02 Thread Andreas L Delmelle
On Jul 2, 2007, at 20:09, [EMAIL PROTECTED] wrote: Hi Ali, Thanx for your quick answer, I can't use this approach as i need to set the both text aligned on the same vertical position a) split the cell into two cells, and give the other cells in the same 'row' a rowspan of 2 Can you

Re: fo:retrieve-table-marker problem

2007-07-03 Thread Andreas L Delmelle
On Jul 3, 2007, at 05:55, Ryan Adorable wrote: Hi Ryan and other interested parties I think for now, I have to use 0.20.5. I'll see what I can do for this feature in 0.93. If you're really serious about seeing what you can do, I've already been reading up on the workings of

Re: collapsing PDF bookmarks

2007-07-05 Thread Andreas L Delmelle
On Jul 5, 2007, at 19:51, Jeff Powanda wrote: Hi Jeff In the FOP FAQ (http://xmlgraphics.apache.org/fop/faq.html#pdf- bookmark-display), it says that FOP doesn’t currently allow you to control bookmark display. However, it does mention that you could use PDF post-processing to control

Re: collapsing PDF bookmarks

2007-07-06 Thread Andreas L Delmelle
On Jul 6, 2007, at 03:01, Paul Vinkenoog wrote: Hi Paul (http://xmlgraphics.apache.org/fop/faq.html#pdf-bookmark- display), it says that FOP doesn't currently allow you to control bookmark display. I'm not so sure if that's still correct (not home right now, so I can't check). I think if

Re: collapsing PDF bookmarks

2007-07-06 Thread Andreas L Delmelle
On Jul 7, 2007, at 00:38, Paul Vinkenoog wrote: snip / Interesting. I haven't needed the feature myself, so was unaware that this was implemented. Just one question: is this already true for FOP 0.93, or only for Trunk? I just gave it a try with 0.93 and it's fully functional in that

Re: fo:table border thickness

2007-07-08 Thread Andreas L Delmelle
On Jul 6, 2007, at 14:02, [EMAIL PROTECTED] wrote: Hi Ali I'm using version 0.93. I have problems with some of the cell border parts coming out thicker than others on pdf's and paper-prints. Anyone come across this ? Yes. FWIW: the described issue also occurs in FOP Trunk, which offers

Re: retreiving fo:marker conditionally

2007-07-08 Thread Andreas L Delmelle
On Jul 7, 2007, at 03:10, Kevin wrote: Is it possible to conditionally retreive a marker placed on the last page on only certain page(to be more precise on the second from last page). Not in XSL-FO directly, I'm afraid, unless there's some hack I'm overlooking... Any ideas. Yes, but

Re: fo:table border thickness

2007-07-08 Thread Andreas L Delmelle
On Jul 8, 2007, at 10:18, Andreas L Delmelle wrote: snip / Now that I've been playing with it a bit, there seem to be some other issues with the new feature as well... :( Correction: After re-reading the Recommendation, these seem to be non- issues. I overlooked the fact that border

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-09 Thread Andreas L Delmelle
On Jul 9, 2007, at 09:30, [EMAIL PROTECTED] leeloo5e79- [EMAIL PROTECTED] wrote: Hi Seems there was not enough space on harddisk for generating the PDF-Output with FOP 0.93. Not enough disk space? So your JVM wanted to swap but couldn't? Is there a option for FOP to display how many space

Re: why 'blank' page is not 'last' page with force-page-count=odd

2007-07-10 Thread Andreas L Delmelle
On Jul 10, 2007, at 11:24, Adrian Cumiskey wrote: Hi Adrian Yes I also verified this problem. This is a different bug to the other force-page-count problem which was fixed (http:// issues.apache.org/bugzilla/show_bug.cgi?id=42779). Please open a new bug entry. I'm not following... bug

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-11 Thread Andreas L Delmelle
On Jul 11, 2007, at 08:21, Daniel Noll wrote: Hi Daniel On Tuesday 10 July 2007 02:32:30 Andreas L Delmelle wrote: Not really. It's a matter of using common sense, I guess... Putting all content together inside one and the same page-sequence is bound to get you in trouble

Re: Size issues with SVG in PDF

2007-07-11 Thread Andreas L Delmelle
On Jul 11, 2007, at 16:47, Matthias Müller wrote: since i use fop 0.20.5 i am forced to use a svg object (to generate an 90° rotated text in my pdf output). i do this via the fo:instream-foreign-object statement. but the size of the pdf file is ~12x bigger than without the svg object.

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-11 Thread Andreas L Delmelle
On Jul 11, 2007, at 20:12, [EMAIL PROTECTED] wrote: Hi Lou We also have a memory issue due to very large page sequences. One thing we do is offer the customer two report outputs: PDF and something called PDF Simple. PDF is the regular report that has a single page sequence and can

Re: png differs from pdf output

2007-07-14 Thread Andreas L Delmelle
On Jul 14, 2007, at 18:37, Fabian Zeindl wrote: Hi I wrote an xslt transformation which works perfectly for pdf output. But I tested png-output then, and saw that .) the fonts in the png differ slighty and .) a linebreak is on different place in the png. this caused an overflow warning.

Quick survey: upcoming release of FOP 0.94

2007-07-16 Thread Andreas L Delmelle
Hi all As some of you may already know, the fop-dev team is currently in the process of preparing a new release. With this post, we would like to gather some ideas on what the user community would like to see incorporated in FOP 0.94. Note that the release will already contain some

Re: Quick survey: upcoming release of FOP 0.94

2007-07-16 Thread Andreas L Delmelle
On Jul 16, 2007, at 11:57, [EMAIL PROTECTED] wrote: Hi Are there perfomance enancements? Yes, in comparison to 0.93, there should be /some/ performance enhancements in terms of memory usage, especially in the FO tree, but... I mean about the page sequence memory consuption issue that

Re: Quick survey: upcoming release of FOP 0.94

2007-07-17 Thread Andreas L Delmelle
On Jul 16, 2007, at 15:33, Kamal wrote: Hi Kamal I guess float support is also out of the question, but that is top of my wish lists. Unfortunately, yes. If I judge the status of the Temp_Floats code- branch correctly, it is not yet ready to be merged back into the trunk anytime soon...

Re: Lines breaking on '/' and '-'

2007-07-17 Thread Andreas L Delmelle
On Jul 17, 2007, at 22:13, Brad Smith wrote: A simple way to get this would be a fo:inline with a keep-together=always on it, if FOP implemented this. Should I take this to mean that FOP does not implement this, so I shouldn't bother? Indeed, see:

Re: Lines breaking on '/' and '-'

2007-07-18 Thread Andreas L Delmelle
On Jul 18, 2007, at 10:15, Vincent Hennebert wrote: J.Pietschmann a écrit : Brad Smith wrote: Fop currently seems to treat '/' and '-' as valid characters for adding linebreaks within a word. FOP uses the Unicode line breaking algorithm http://www.unicode.org/reports/tr14/ (at least as far

Re: fop cutting off lines - way to force wrap around?

2007-07-18 Thread Andreas L Delmelle
On Jul 18, 2007, at 18:45, ausj81 ausj81 wrote: Hi snip / The characters are encoded as entities in the xml so ampersand#x30a6;ampersand#x30a7;... and so on but they don't have spaces in them at all and so lines are always getting cutoff in the pdf when it runs out of space. Indeed.

Re: FOP v0.93 Scaling Image Issue

2007-07-18 Thread Andreas L Delmelle
On Jul 18, 2007, at 17:00, Dishaa wrote: Hi The image issue width I have with FopV0.93 and scaling persists. ALL images are displaying out of the width of the page. snip / I have .Gifs (yes, I will use .png in future), fop version 0.93, and DocBook XSL version 1.72.0. xsl:template

Re: FOP v0.93 Scaling Image Issue

2007-07-18 Thread Andreas L Delmelle
On Jul 18, 2007, at 21:20, Dishaa wrote: Hi Is it possible to send us a FO fragment (not the XSLT template), so that we can see exactly which values for the attributes end up there? The only thing immediately catching my eye is the absence of a width- property. Maybe this is causing weird

Re: Forced Word Wrap

2007-07-19 Thread Andreas L Delmelle
On Jul 19, 2007, at 11:07, Matthias Müller wrote: Hi I have multiple table-cells with String like that 01,02,03,04,05 ..., they don't fit to the limited width of the cell. So there's no chance to hyphenate this like a normal word. Is there a way to force a word wrap? Do i need to write a

Re: AW: Forced Word Wrap

2007-07-19 Thread Andreas L Delmelle
On Jul 19, 2007, at 14:02, Matthias Müller wrote: Hi Mathias Hi Andreas, the mysterious thing is: it worked with fop 0.20.5 i'm just updating the fop version, since i thought there are more possibilities ;-) FOP 0.93 should support Soft-Hyphens and Zero-Width Spaces (although, could be

Re: Quick survey: upcoming release of FOP 0.94

2007-07-19 Thread Andreas L Delmelle
On Jul 19, 2007, at 19:38, Loran Kary wrote: How does this work in a Macintosh OS X environment? Quite good, apart from the fact that certain fonts apparently are unsuitable to be used by FOP. They are all nicely detected, but you get errors about missing Unicode CMAPs or invalid

Re: Lines not breaking with zero width space characters inserted

2007-07-21 Thread Andreas L Delmelle
On Jul 20, 2007, at 20:55, David Kelly wrote: Hi snip / I am using FOP 0.93 in a Windows environment. I'm also using an en- US hyphenation table from OFFO. What I would like to find out is: 1. Should the ZWS work, and if so, what might cause it not to work? Last I heard, someone actually

Re: multithreading

2007-07-23 Thread Andreas L Delmelle
On Jul 23, 2007, at 09:48, Baeckham wrote: just a short question: does FOP has multithreading capabilities? Yes, different copies of FOP can run concurrently in different threads on the same machine. On the other hand, FOP itself does no multi-threading internally. All processing inside

Re: forcing max to min in LengthRange

2007-07-23 Thread Andreas L Delmelle
On Jul 23, 2007, at 13:43, Nancy Brandt wrote: Hi Nancy I can't get rid of the following warnings while I compile a PDF (XML Docbook, XSLTPROC, FOP 0.93): SEVERE: forcing max to min in LengthRange Jul 23, 2007 2:38:05 PM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency

Re: Lines not breaking with zero width space characters inserted

2007-07-23 Thread Andreas L Delmelle
On Jul 23, 2007, at 15:16, DavidJKelly wrote: W/r/t your answer on hyphenation, I have made these two additions at the top of the patterns section 7( _7 A typical string that is resisting hyphenation or linebreaking is: clock_​gettime(clockid_​b clock_​id I've looked a bit closer at the

Re: table-layout warning message

2007-07-24 Thread Andreas L Delmelle
On Jul 24, 2007, at 18:24, Patrick Paul wrote: Minor correction to Patrick's response here: Read the paragraph at http://xmlgraphics.apache.org/fop/0.20.5/running.html#check-input IIC, the right link to check is: http://xmlgraphics.apache.org/fop/0.93/running.html#check-input

Re: multithreading

2007-07-24 Thread Andreas L Delmelle
On Jul 23, 2007, at 18:55, Andreas L Delmelle wrote: On Jul 23, 2007, at 09:48, Baeckham wrote: just a short question: does FOP has multithreading capabilities? Yes, different copies of FOP can run concurrently in different threads on the same machine. On the other hand, FOP itself does

Re: multithreading

2007-07-25 Thread Andreas L Delmelle
On Jul 24, 2007, at 22:09, Andreas L Delmelle wrote: For those interested, I (think I) managed to verify the below statement, while toying around with improperly synchronized code. Although nothing was explicitly multi-threaded, I did use Object.wait () and Object.notify(), and those map

Re: multithreading

2007-07-26 Thread Andreas L Delmelle
On Jul 26, 2007, at 04:22, Daniel Noll wrote: This error is more due to the fact that you *always* need to call wait/notify inside a synchronized block on the same object you want to call the method on Yup, so I found out while browsing further *after* the message had already been

Re: Dynamic headers in FOP 0.93??

2007-07-29 Thread Andreas L Delmelle
On Jul 30, 2007, at 00:14, Ahmed Haddad wrote: Hi I am using version 0.93 of FOP. I am looking for the best way to generate a dynamic page header. It will be great if I can use xsl :value-of in my xsl-region-before ?? If it is not possible, how can I do it ??? The goal is to print

Re: About page sequences

2007-07-31 Thread Andreas L Delmelle
On Jul 30, 2007, at 18:13, Richard FARAND wrote: Hi I am new to FOP. In that case: Welcome! I have to print a set of clients' invoices. For each client I have to print a letter first, and then print all his invoices. So I have an XML File with structure like this: snip / letter and

Re: Repetition of pre formatted strings when wrap-otion=wrap

2007-08-09 Thread Andreas L Delmelle
On Aug 7, 2007, at 14:22, DavidJKelly wrote: Thank you for checking this, Vincent. I am attaching a small, complete sample FO http://www.nabble.com/file/p12033164/creating_modify.fo creating_modify.fo that exhibits this problem. I am using Windows XP. I can't reproduce the missing

Re: Problem with fonts

2007-08-12 Thread Andreas L Delmelle
On Aug 12, 2007, at 11:56, Antoine Rauzy wrote: Hi I've installed fop on my machine, a PC under windows XP. I just downloaded the binary (I made no reconfiguration). I'm trying to compile a .fo file obtained from a docbook source file, via xsltproc. My .fo file contains greek letters.

Re: Problem with fonts

2007-08-12 Thread Andreas L Delmelle
On Aug 12, 2007, at 18:05, Antoine Rauzy wrote: Hi Antoine Thanks a lot. I feel somehow less stupid. I wrote a couple of ugly perl scripts to avoid the problem: one to encode character entities before producing the .fo file and the other to decode them surrounded with fo:inline

Re: table with border using fop-0.93

2007-08-15 Thread Andreas L Delmelle
On Aug 15, 2007, at 08:17, Baeckham wrote: Hi I am trying create tables in PDF. Therefor I use this template: xsl:template match=table fo:table table-layout=auto border=[EMAIL PROTECTED] padding=[EMAIL PROTECTED] fo:table-body

Re: using fo:external-graphic with a data:image/auto;base64 URI

2007-08-15 Thread Andreas L Delmelle
On Aug 14, 2007, at 10:08, Philipp Wagner wrote: Hi I am currently trying to convert WordML-documents to XSL-FO and then PDF using the wordml2fo XSL Script by RenderX and Microsoft [1]. This embeds images into the FO file like that: fo:external-graphic

Re: SVG features that cause rasterising in PDF

2007-08-15 Thread Andreas L Delmelle
On Aug 14, 2007, at 13:25, Cameron McCormack wrote: Hi Cameron Is there a list somewhere of the features in SVG that the pdf- transcoder doesn’t know how to convert to PDF without rasterising (such as filters, opacity, etc.)? AFAIK, there is not really a list. The only reference I could

Re: numbering programlisting/screen lines

2007-08-15 Thread Andreas L Delmelle
On Aug 15, 2007, at 09:53, nancy_b wrote: Hi Nancy unfortunately, FOP 0.93 does not compile numbering of programlisting/screen lines. It says: function not found. Are you aware of any workaround? Can you be more specific? What 'function' is being used exactly? Cheers Andreas

Re: AW: zero width space alternative for Arial

2007-08-15 Thread Andreas L Delmelle
On Aug 15, 2007, at 16:02, Matthias Müller wrote: thanks for your input. I implemented the Arial Unicode MS font. It works so far As a heads-up: IIRC, this behaviour has been corrected, and in the next version of FOP, it shouldn't matter anymore if the font contains a glyph for ZWSP or

Re: margin on inline elements

2007-08-15 Thread Andreas L Delmelle
On Aug 15, 2007, at 13:44, Benjamin Wohlwend wrote: Hi I'm evaluating FOP 0.93 since a few days (together with CSSToXSLFO for HTML-PDF conversion) and have to say that I'm really impressed so far. But there are a few problems that prevent my documents from really looking great. One

Re: resetting page-number to 0

2007-08-28 Thread Andreas L Delmelle
On Aug 28, 2007, at 15:00, Richard FARAND wrote: Hi I'm trying to force my first page-number to 0 (zero) using initial- page-number=0. But it does not work (FOP 0.93 product version)! FOP always seems always to reset its page-number to 1. FOP is merely being compliant to the XSL-FO Rec

Re: page-break-inside=avoid problems...

2007-08-31 Thread Andreas L Delmelle
On Aug 31, 2007, at 10:51, Yauhen Rybak wrote: Hi Another question about page-break-inside=avoid. I've tried to find any solution but I failed. I applied this attribute to a block of text and it works. But when the block of text is more bigger than entire page - the text wich have to be

Re: Version 0.94 and my scripts

2007-09-06 Thread Andreas L Delmelle
On Aug 31, 2007, at 21:14, Thomas Zastrow wrote: just want to say thank you for the new release! My scripts are still working perfect, and with the JEuclid lib as plugin it is finally possible to add mathematical expressions in my scripts. advertisement

Re: Trouble with page header

2007-09-06 Thread Andreas L Delmelle
On Sep 4, 2007, at 12:07, Miroslav Pukhalsky wrote: Hi I have a trouble with page header. Not sure if I follow, but I see a remote possibility for a solution, but it depends on whether the table /always/ starts its own page or not. :/ Maybe you can implement the caption as an

Re: FOP instanciation

2007-09-15 Thread Andreas L Delmelle
On Sep 12, 2007, at 12:24, Nicolas Baumann wrote: Hi I'm using FOP 0.93. I've tried to isolate the instanciation part (the newFop method) from the transformation part, but when I try to reuse the instance, I get this : FOTreeBuilder (and the Fop class) cannot be reused. Please

Re: Performance issue with FOP

2007-09-15 Thread Andreas L Delmelle
On Sep 12, 2007, at 18:35, Yatin Soni wrote: Hello - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: fop-users@xmlgraphics.apache.org Sent: 04, 09, 2007 12:49 AM Subject: Re: Performance issue with FOP Yatin Soni wrote: Now at the time of transforming the XML document

Re: text-align=justify issues

2007-09-15 Thread Andreas L Delmelle
On Sep 13, 2007, at 15:20, Puppala, Kumar (LNG-CON) wrote: Hi Vincent, Thanks for your suggestion. Removing white-space-treatment property got me a correct result. The result *with* white-space preservation is also correct (don't confuse 'unexpected' with 'incorrect'). Explanation:

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-15 Thread Andreas L Delmelle
On Sep 12, 2007, at 10:22, Winterflood, Jonathan wrote: Hi Hi list, I'm trying to find a way to set the height of a table, and set the row-height to a percentage of that, but I can't seem to get it to work... I think I understand the issue, but to make sure: Could you perhaps post a small

Re: text-align=justify issues

2007-09-15 Thread Andreas L Delmelle
On Sep 15, 2007, at 14:26, Andreas L Delmelle wrote: Just thought I'd add for the sake of clarity: On Sep 13, 2007, at 15:20, Puppala, Kumar (LNG-CON) wrote: Hi Vincent, Thanks for your suggestion. Removing white-space-treatment property got me a correct result. The result *with* white

Re: migrating to 0.94 for pdf output; getting ArrayIndexOutOfBoun ds

2007-09-16 Thread Andreas L Delmelle
On Sep 15, 2007, at 16:18, Andreas L Delmelle wrote: Hello Robert Had a closer look at your example, and I'm wondering whether you really need to preserve the linefeeds and white-space characters in the block in question... If you remove white-space- treatment=preserve and linefeed

Re: migrating to 0.94 for pdf output; getting ArrayIndexOutOfBoun ds

2007-09-17 Thread Andreas L Delmelle
On Sep 17, 2007, at 21:28, Andreas L Delmelle wrote: Sorry, realized that I expressed myself badly, so before anyone feels compelled to point out my mistake... ;-P On Sep 17, 2007, at 15:33, Robert Lybarger wrote: snip / I did override the source tag elements in question to normalize

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-18 Thread Andreas L Delmelle
On Sep 18, 2007, at 10:58, Winterflood, Jonathan wrote: Hi Here is my test code for 2 rows, 50%, 25cm: snip / Thanks for the sample. FOP complains about this (many times): 18 sept. 2007 09:54:37 org.apache.fop.layoutmgr.AbstractBaseLayoutManager getBaseLength GRAVE: Cannot find LM to

Re: FOTreeBuilder warning messages

2007-09-19 Thread Andreas L Delmelle
On Sep 19, 2007, at 11:04, Kevin wrote: Hi Sorry, I didn't provide the complete details of the server environment FOP is running: If you say that 'the same XSL works fine in your development environment', does that also mean 'the same XML'? Can you check with the *exact* same XML +

Re: migrating to 0.94 for pdf output; getting ArrayIndexOutOfBoun ds

2007-09-20 Thread Andreas L Delmelle
On Sep 17, 2007, at 22:06, Andreas L Delmelle wrote: snip / ... If you subsequently use FO properties like linefeed- and white- space-treatment, that may lead to strange cases, that are semantically 100% correct. BUT, even if FOP would not choke on it, chances are that the 'correct

Re: Full-page table, %-height rows, and block-progression-dimension

2007-09-21 Thread Andreas L Delmelle
On Sep 21, 2007, at 09:22, Winterflood, Jonathan wrote: Ok, I'll see what I can do with them if I switch :) FWIW: instead of percentages, you could also resort to the XSL-FO core functions to compute the height based on an ancestor: fo:root text-align=center

Re: Performance issue with FOP

2007-09-21 Thread Andreas L Delmelle
On Sep 21, 2007, at 12:13, Yatin Soni wrote: How can I make JVM to use Xerces and Xalan that are distributed with FOP are used ? I have provided following optional argument -Dorg.apache.commons.logging.simplelog.defaultlog=WARN/ERROR -

Re: FOTreeBuilder warning messages

2007-09-21 Thread Andreas L Delmelle
On Sep 21, 2007, at 00:07, Kevin wrote: Thanks for your input. Yes, I took the fo generated on the server for which I was getting those warnings and analyzed and found no issues or missing tags indicated in the warnings. Also, I generated the PDF from my dev environment succesfully

Re: FOP seems to generate a truncated PDF

2007-09-24 Thread Andreas L Delmelle
On Sep 24, 2007, at 10:48, Michael Bruns wrote: Hi snip / It turned out that the bug I was facing was caused by an incorrect handling of streams (input and output streams). In my case streams weren't the problem, but a NullPointerException which was caused by calling xsl:value-of on

Re: [docbook-apps] trouble using FOP to process FO file generated by Xalan or Saxon

2007-09-24 Thread Andreas L Delmelle
On Sep 24, 2007, at 20:49, ttowle wrote: Hi Xinlcude works with HTML but not with FOP- The same sysproperty key= ... which converts the Xincludes in HTML does not work for the FO. Any tips would be appreciated. From what you included below, it is obvious that XInclude is not the

Re: nullpointer exception - FO to Area tree transform(another exception)

2007-09-28 Thread Andreas L Delmelle
On Sep 28, 2007, at 01:51, Kevin wrote: Hi Kevin The intermediate area tree xml gets produced fine and produces the PDF also from command line. But on server(Websphere 6.0) I get this exception in the code which does the AREA TREE - PDF transfor. snip / Can you show us a bit more of

Re: Qandaset problem

2007-09-28 Thread Andreas L Delmelle
On Sep 28, 2007, at 18:02, ttowle wrote: Hi error message -- snip / seems to be the dbhtml-attribute which I set the params to 1 but it doesn't work with o either. Comments? Only one: it does not seem to be a FOP-related error, as the

Re: Convert RTF to PDF

2007-09-28 Thread Andreas L Delmelle
On Sep 28, 2007, at 11:26, Flokmane wrote: Please could you tell me if is it possible to cnvert RTF to PDF by using FOP. Yes, we can tell you that that is not possible. What is possible is using the same XSL-FO, and render that both to PDF and RTF. Note that the RTF-renderer has some

Re: function could not be found: empty

2007-10-01 Thread Andreas L Delmelle
On Oct 1, 2007, at 16:52, Thomas Schraitle wrote: I am working with Altova StyleVision for ease of use while creating xslt files. (A visual designer for that is needed, at least for our customers.) Now when I try to create a new Transformer with TransformerFactorys method newTransformer, I

Re: migrating to 0.94 for pdf output; getting ArrayIndexOutOfBoun ds

2007-10-01 Thread Andreas L Delmelle
On Oct 1, 2007, at 20:56, Robert Lybarger wrote: Hi Robert, However, it is our estimation here that the file reader does have some odd corner cases that it is getting tripped up on. ) Be curious to know if you agree/ disagree on this point. I'll look at the example a bit more in detail.

Re: 0.93/0.94 and tables

2007-10-03 Thread Andreas L Delmelle
On Oct 3, 2007, at 03:53, Steve Ebersole wrote: [Me:] Well, in the meantime, I did end up copy/pasting the entire configuration.xml into the location of the xi:include node, fiddled some more, and I see the problem now. Starting from Table 1.3 onward, correct? Correct OK, managed to

Re: 0.93/0.94 and tables

2007-10-03 Thread Andreas L Delmelle
On Oct 3, 2007, at 21:53, Steve Ebersole wrote: snip / I know you are not trying to, but at some point you switched to speaking a language I do not understand ;) But I did a search. Good thinking. :-) Is something this what you mean?

Re: 0.93/0.94 and tables

2007-10-04 Thread Andreas L Delmelle
On Oct 4, 2007, at 18:46, Andreas L Delmelle wrote: snip / That, unfortunately, I can't help you with. Maybe there is some parameter you can set in Docbook that would take care of this, but my experience with Docbook is rather limited, so I wouldn't know if there is such a parameter

Re: The entity nbsp was referenced, but not declared.

2007-10-17 Thread Andreas L Delmelle
On Oct 17, 2007, at 08:40, Murali Krishna wrote: Hi Hi Abel, Thanks a lot for your kind reply.But still I am not getting clear idea of the concept.I will be very grateful to you if can send me some sample html file and xsl file which works fairly well with xalan for fo transformation and

Re: Chinese characters in Times New Roman?

2007-10-19 Thread Andreas L Delmelle
On Oct 19, 2007, at 21:17, J.Pietschmann wrote: Andreas L Delmelle wrote: fo:page-sequence font-family=Times New Roman, Arial Unicode Nitpick: inner quotes are missing, just in case anyone copies this: fo:page-sequence font-family='Times New Roman', 'Arial Unicode' FWIW: Can't remember

Re: font configuration

2007-10-22 Thread Andreas L Delmelle
On Oct 22, 2007, at 18:13, Steve Ebersole wrote: Hi Steve Following http://xmlgraphics.apache.org/fop/0.94/fonts.html, http://xmlgraphics.apache.org/fop/0.94/fonts.html#register tells you how to make sure FOP recognizes/picks up your custom fonts: by adding the necessary entries in your

Re: proper fop command line

2007-10-30 Thread Andreas L Delmelle
On Oct 30, 2007, at 22:41, Khaled Aly wrote: Thanks and sorry that your response got mis-filed, I just read it. I tried 'java -cp ... org.apache.fop.cli.Main file.fo file.fo file.pdf' and I got many exceptions. No output gets produced. When using the command line in the README file: 'fop

Re: Empty pages after break-after

2007-10-31 Thread Andreas L Delmelle
On Oct 31, 2007, at 11:38, m_dieu wrote: Hi Thanks for the quick reply! I changed my code into: (...) xsl:for-each select='XSLCollectionWrapper' fo:block keep-with-next=always fo:table table-layout='fixed' width='180mm' (...) /fo:table /fo:block fo:block

Re: How to do program listings?

2007-10-31 Thread Andreas L Delmelle
On Oct 29, 2007, at 07:22, Manuel Mall wrote: Hi Just to confirm: When I use FOP 0.96, however, the tag causes my java source code to appear filled and wrapped? Am I doing something wrong or is there a problem with 0.96? I am not sure I understand what you mean by filled. However, the

Re: proper fop command line

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 10:29, Khaled Aly wrote: Hi Khaled - I have my Java_Home environment variable pointing to the root of jdk1.5.0_09, the version I got installed. I see the FOP downloads labeled jdk1.3 and jdk1.4. I assume my JDK version should be backward compatible and this could not be

Re: Tools for reverse FOP?

2007-11-01 Thread Andreas L Delmelle
On Oct 31, 2007, at 23:59, siegfried wrote: Hi Are there any tools that will accept a PDF and produce XML? How do you mean this exactly? Translating PDF to a FO-document? What is the use-case? Might this be a feature of FOP someday? No plans that I'm aware of. Cheers Andreas

Re: Vertical Small Caps alignment

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 22:30, Andreas L Delmelle wrote: fo:block font-size=11pt font-family=Times font- weight=bold fo:wrapper font-size=75%fo:wrapper font-size=133%P/fo:wrapperART/fo:wrapper /fo:block Now, no matter what I try, the smaller text (ART) is aligned at the top

<    1   2   3   4   5   >