Re: Two successive columns in a table --> problem with the page-break

2007-11-13 Thread Andreas L Delmelle
On Nov 13, 2007, at 17:10, jorgito wrote: Thanks! So far I can't see solutions to these two problems, but will try to find them. column-count is an attribute of region-body, I don't know how to change this inside a page. You can't change the column-count mid-page, but you can make exc

Re: Images not resized properly in fop 0.94

2007-11-09 Thread Andreas L Delmelle
On Nov 9, 2007, at 20:08, Puppala, Kumar (LNG-CON) wrote: Hi Kumar I am running into an issue with both gif and png images in fop 0.94. I am trying to render a big GIF image in my PDF document. Since the image does not fit in a single page, it should be resized. In FOP 0.20.5, I do see the

Re: linebreak fop0.94

2007-11-07 Thread Andreas L Delmelle
On Nov 7, 2007, at 21:27, Andreas Siepert wrote: The empty-fo:block variant doesn't work my way. I already considered it but it does not only create a new line but also inserts an empty line. Really? Hadn't checked that, actually... If so, I'm not sure if that is correct behaviour, so we m

Re: linebreak fop0.94

2007-11-07 Thread Andreas L Delmelle
On Nov 7, 2007, at 18:02, Andreas L Delmelle wrote: On Nov 7, 2007, at 16:20, Andreas Siepert wrote: Hi Isn't there another way? Sorry, I don't think so... The only way to get a guaranteed linebreak is either: * start a new fo:block * specify linefeed-treatment='p

Re: linebreak fop0.94

2007-11-07 Thread Andreas L Delmelle
On Nov 7, 2007, at 16:20, Andreas Siepert wrote: Hi Isn't there another way? Sorry, I don't think so... The only way to get a guaranteed linebreak is either: * start a new fo:block * specify linefeed-treatment='preserve' on the containing block, and use linefeed characters Like you sugge

Re: proper fop command line

2007-11-05 Thread Andreas L Delmelle
On Nov 5, 2007, at 21:13, Khaled Aly wrote: Andreas L Delmelle wrote: For more info, see also: http://xmlgraphics.apache.org/fop/ download.html It is where I downloaded my 0.94 binary last week. OK, see the section on 'Source Download' for more info, and if you're serious

Re: proper fop command line

2007-11-05 Thread Andreas L Delmelle
On Nov 5, 2007, at 20:08, Khaled Aly wrote: Hi Khaled What do you mean by the FOP trunk? Sorry, I always forget that this doesn't ring a bell with fop- users... :( Anyway, FOP Trunk is the latest source code as available in the Subversion repository. Development on FOP is never halted. S

Re: proper fop command line

2007-11-04 Thread Andreas L Delmelle
On Nov 3, 2007, at 22:09, Khaled Aly wrote: Hi Khaled / Vincent, As a heads-up: I just tried running the attached FO through FOP trunk, and it seems to work fine. Seems that the issue then is restricted to the 0.94 release, but has been resolved in the meantime (?) Cheers Andreas -

Re: Would an extension to print Gantt charts work?

2007-11-02 Thread Andreas L Delmelle
On Nov 2, 2007, at 00:24, Fred Janon wrote: I have a database with task objects with their name, start/end dates, completion, etc. I want to compose (to print it via pdf, PCL) a large document (10+ pages) containing a Gantt chart composed of a table with rows of text and numbers, bars (gra

Re: How to code infinite page sequence loop?

2007-11-01 Thread Andreas L Delmelle
On Oct 31, 2007, at 11:03, Gregan, Miroslav wrote: Hi I'm trying to implement an infinite loop of page-sequences (expecting to spare memory to render big pdf) I tested my code with both fop 0.20.5 and 0.94, but no changes with memory consumption were visible. So I suppose (hope also) that

Re: proper fop command line

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 21:29, Khaled Aly wrote: Thanks Andreas for your willingness to help. I got it working fine with 0.93, which is the version used by oXygen 8.2 (that's why I never noticed there was a problem; somehow 0.93 is forgiving about the particular issue). When I tried same on oXyg

Re: Vertical Small Caps alignment

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 22:30, Andreas L Delmelle wrote: weight="bold"> PART Now, no matter what I try, the smaller text (ART) is aligned at the top of the block.. Is there anyway to get this to align along the bottom using fop? What have you tried so far?

Re: Vertical Small Caps alignment

2007-11-01 Thread Andreas L Delmelle
On Nov 1, 2007, at 21:50, Spencer Tickner wrote: Hi Thanks in advance for the help. I'm quite the newbie with fo, and have been playing around with fop. I realize that fop doesn't support font-variant="small-caps" at the moment so I am using more of an xsl solution. The final output looks lik

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: 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: 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: 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: (...) (...) font-weight='bold'>:fo:block>   --END OF THE FOP So what happens is, that in the pdf the categorynam

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 -f

Re: proper fop command line

2007-10-26 Thread Andreas L Delmelle
On Oct 26, 2007, at 21:07, Khaled Aly wrote: Hi This command line: java -cp ... org.apache.fop.apps.Fop temporary.fo output.pdf will definitely not work with FOP 0.94, where it would have to be java -cp ... org.apache.fop.cli.Main temp.fo output.pdf I belive that FOP 1.1 should be used wi

Re: font configuration

2007-10-22 Thread Andreas L Delmelle
On Oct 22, 2007, at 18:58, Steve Ebersole wrote: Well, I dont have a config.xml and I want to tell FOP explicitly how to find/use fonts. Yes, one thought I had was to programatically construct a config.xml file and then use that to build the FOPFactory. That just seemed icky, and was aski

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 co

Re: Issue with fo:markers

2007-10-20 Thread Andreas L Delmelle
On Oct 19, 2007, at 21:07, Puppala, Kumar (LNG-CON) wrote: Hi We are transitioning to 0.94 version from 0.20.5. We are noticing an issue with fo:markers with the new FOP. If an fo:marker is placed directly under an fo:block, it works. But if I place it directly under an fo:inline, it does not

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: Nitpick: inner quotes are missing, just in case anyone copies this: FWIW: Can't remember if they are really mandatory Rec-wise, but 0.94 definitely parses both the property specs, with or without the q

Re: Chinese characters in Times New Roman?

2007-10-18 Thread Andreas L Delmelle
On Oct 18, 2007, at 18:15, Andy Joslin wrote: If anyone does come across a version of Times that supports Chinese characters, I'd very much appreciate a link :-) I think there is a scenario where Times New Roman is desirable - when some of the text is to be rendered normally in English as Time

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: The entity "nbsp" was referenced, but not declared.

2007-10-16 Thread Andreas L Delmelle
On Oct 16, 2007, at 15:28, Murali Krishna wrote: Hi Thanks for reply.I've include the Doctype that you have prescribed and make the html and xsl document well formed .The xalan commend processed the file.But the generated fo file is a corrupted one and does not include any xsl styling and

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: 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 paramete

Re: 0.93/0.94 and tables

2007-10-04 Thread Andreas L Delmelle
On Oct 3, 2007, at 21:55, Steve Ebersole wrote: Hi Steve On Wednesday 03 October 2007 02:47:04 pm Andreas L Delmelle wrote: It's caused by the keep-together on the table's containing block. Remove that property and the table gets rendered very nicely. Would look even slightly bet

Re: 0.93/0.94 and tables

2007-10-03 Thread Andreas L Delmelle
On Oct 3, 2007, at 21:53, Steve Ebersole wrote: 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? http://sourceware.org/ml/docbook-apps/2004-q1/msg00232.htm

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 trim

Re: 0.93/0.94 and tables

2007-10-02 Thread Andreas L Delmelle
On Oct 2, 2007, at 21:26, Steve Ebersole wrote: The other issue is a problem I believe. There is only one XInclude, which is needed as it is what contains all the table definitions. I assume it is a problem resolving the needed chapter on your system. Not sure why though. This should

Re: 0.93/0.94 and tables

2007-10-02 Thread Andreas L Delmelle
On Oct 2, 2007, at 20:37, Andreas L Delmelle wrote: Forgot to add: the driving stylesheet used was pdf/main-pdf.xsl. Using common/basic.xsl did produce the XML header, but no root node (= a plain-text file). Cheers Andreas

Re: 0.93/0.94 and tables

2007-10-02 Thread Andreas L Delmelle
On Oct 2, 2007, at 19:31, Steve Ebersole wrote: Hi Steve, Attached is the simplified docbook and xslt. Thanks for taking a look. No problem, although... I've tried to run the XSLT-step separately, and received a couple of warnings/errors, like: WARNING: javax.xml.transform.TransformerEx

Re: function could not be found: empty

2007-10-02 Thread Andreas L Delmelle
On Oct 2, 2007, at 15:55, Tobias Wehrum wrote: I now took a deeper look in the documentation and they say the arguments they pass to the FOP.bat are "-fo filename.fo -pdf fileame.pdf" - so the FO must've been build before this step. You're serious? Altova actually calls FOP using the fop.

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

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: 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. Can you show us a bit more of the Java

Re: Qandaset problem

2007-09-28 Thread Andreas L Delmelle
On Sep 28, 2007, at 18:02, ttowle wrote: Hi error message -- 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 Exception is t

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 missi

Re: 0.93/0.94 and tables

2007-09-27 Thread Andreas L Delmelle
On Sep 27, 2007, at 15:58, Steve Ebersole wrote: It's not all that easy. I am building the docs via the Maven plugin for DocBook handing that I developed as part of migrating Hibernate over to Maven. In addition to my basic lack of understanding of DocBook, FOP, XSLT, etc I am also a noob

Re: 0.93/0.94 and tables

2007-09-26 Thread Andreas L Delmelle
On Sep 26, 2007, at 04:17, Steve Ebersole wrote: Hi Can you please provide a small FO sample showing the problem? Not the source DocBook file (or, at least, not only), but the result of the XSLT transformation. I do not write an intermediate FO file. Good! As a general rule, nobody reall

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 problem

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 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 an empty

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 without

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 - Djavax.xml.transform.TransformerFactory=org.apache.xala

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: http://www.w3.org/1999/XSL/ Format"> width="21c

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

2007-09-20 Thread Andreas L Delmelle
On Sep 20, 2007, at 20:47, Lance Goforth wrote: I haven't had much time to do any debugging, so for now I'm staying with the older version. But this fo with the new version is the one that gets the error. The error I get for this FO is unrelated to the one in the OP. In your case, the fi

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

2007-09-20 Thread Andreas L Delmelle
On Sep 20, 2007, at 19:51, Lance Goforth wrote: Hi I am having the same error in several of my fo reports. I've tried some of these suggestions, but they didn't help my issue either. Can you provide a sample of a FO causing the error on your end, so that we can have a closer look? TIA

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: ... 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: Using for-each w/ page-sequence results in "NC105 ID already exists in this document" error

2007-09-20 Thread Andreas L Delmelle
On Sep 19, 2007, at 22:58, [EMAIL PROTECTED] wrote: Hi Actually more of an XSLT-related question, and as such a bit off- topic for the list... Please try to keep in mind that this list is specifically meant for questions WRT using FOP. For XSLT-related issues, there are better lists than th

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 + XSLT

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: 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 handle gi

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: I did override the source tag elements in question to "normalize-spac

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

2007-09-17 Thread Andreas L Delmelle
On Sep 17, 2007, at 15:33, Robert Lybarger wrote: 1. An intermediate *.fo file is generated prior to being sent to FOP itself, yes. (PDF creation for us is a complex, multi-step process that requires this approach. At least as a side effect, I can trace intermediate files for problems.)

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&quo

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

2007-09-15 Thread Andreas L Delmelle
On Sep 13, 2007, at 22:35, Robert Lybarger wrote: Hi Sorry for the delay... Managed to whittle things down quite a bit. Looks like FOP throws the AIOOB under a rather unique structure of the input file. Thought it might just be nested fo:inline with a line break or couple in the middle, but

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*

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 f

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: Not

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: 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 into PDF CPU usage rises to 9

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 instant

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 fo:marker/

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. http://www.thomas-zastrow.de/st/index.php Nice

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 plac

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 here,

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 no

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: 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 partic

Re: SVG features that cause rasterising in PDF

2007-08-14 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 f

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

2007-08-14 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: (shortened, no valid base64-string any more) This seems t

Re: table with border using fop-0.93

2007-08-14 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: padding="[EMAIL PROTECTED]"> Borders around the table and betw

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 family="Symbol"

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

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 glyp

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: letter and invoice do n

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 invoices

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

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 to

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: 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: forcing max to min in LengthRange

2007-07-24 Thread Andreas L Delmelle
On Jul 24, 2007, at 13:33, nancy_b wrote: Hi Nancy Thanks for the prompt response dear Andreas! As always, I really appreciate your help! I'll check my stylesheet now. As Patrick indicated in another thread, it would help us very much if you perform any checks on the /FO/ (not the styles

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 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 code, and

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 Please

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: 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 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 did us

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 ascender/

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: 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: 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 resul

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. I have .Gifs (yes, I will use .png in future), fop version 0.93, and DocBook XSL version 1.72.0. Is it possible to send u

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 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. Maybe your

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: 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: http://xmlgraphics.apache.org/fop/complia

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

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 pre

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 cool

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.

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 consu

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 statement. but the size of the pdf file is ~12x bigger than without the svg object. Probably because the SVG is i

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. Is the

<    1   2   3   4   5   6   7   >