RE: rendering more than one page

2002-04-17 Thread Naveen_Rojanala
I have tried to generate pdf files , with the .fo files included in the examples directory, but it doesn't go further than more than one page. I am having hard time figuring it out . regards, naveen i2 Technologies 650-428-2735 http://www.i2.com

Re: Several questions about FOP

2002-04-17 Thread Sebastian H. Will
Hi FOPers, thanks for all the good advice you gave to me. I will report on any suceeds or failures in case we will use FOP in our projects to the list, if anyone is interested. Regards, Sebastian Will - Original Message - From: John Austin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Aligning inline elements was: Re: no subject

2002-04-17 Thread J.Pietschmann
Roland Lechner wrote: I have to put 2 numbers in a table-cell, they should be separated (the same distance regardless of font-size,...) and mor or less aligned on the right (with an indent). If I put two block elements in the cell they are one above (or below) the other, with inline elements

RE: Headless servers

2002-04-17 Thread Roland Neilands
I have FOP embedded in my Application, so is -Djava.awt.headless=true for the command line FOP or would using this as part of my launch arguments for my application be OK assuming my application does not have a problem with this It works on the command line, other people might be interested

Re: Headless servers

2002-04-17 Thread J.Pietschmann
Mike Jackson wrote: 2) I have FOP embedded in my Application, so is -Djava.awt.headless=true for the command line FOP or would using this as part of my launch arguments for my application be OK assuming my application does not have a problem with this It is an argument to the JVM. Strictly,

Re: rendering more than one page

2002-04-17 Thread J.Pietschmann
Roland Neilands wrote: I also need to do this with a fixed height table like the example border.fo: excess rows just get ignored, how would I make it start a new page (same format) with these instead, ideally with Continued ... printed to a field? Can you post a small example demonstrating the

Re: to J.Pietschmann (about keep-together)

2002-04-17 Thread J.Pietschmann
MARTIN Franck wrote: Thank you for your advice but what do you mean by blind table? A table without borders, so you don't notice it's actually there. Often used for doing complicated layouts which can be fitted manually to an underlying grid. In your case, just for keeping stuff together.

Re: FOP Servlet example problem

2002-04-17 Thread J.Pietschmann
Ben Ho wrote: I deployed the fop.war in Tomcat 4.0.3. This version has known bugs in the classloader. Your options: - Put the batik.jar distributed with FOP into the tomcat lib directory. This could conflict with other Batik versions used elsewhere. This is mentioned somewhere in the

Re: background-image and uri

2002-04-17 Thread Jeremias Maerki
Are background-images implemented in Fop 0.20.3 ? Not yet. I get a message telling me no such function as url but no message telling me background-image not implemented... How can I specify the uri of the image otherwise ? You can try to work with a block-container. I think I remember a

RE: Absolute positioning?

2002-04-17 Thread Chaumette, Patrick
Hello, I tried using the bottom attribute in a block-container with position=absolute but doesnt work like I wished. This snippet puts a red box at the top of the page, I expected it to come aligned with the bottom of the region-before which I defined with fo:region-before extent=113.51mm/ Any

Re: background-image and uri

2002-04-17 Thread Christian Geisert
Jeremias Maerki wrote: Are background-images implemented in Fop 0.20.3 ? Not yet. .. but someone is working on it, see http://marc.theaimsgroup.com/?l=fop-devm=101822791428295w=2 Christian

Re: Transformation matrix wrong in PDF for some SVG files

2002-04-17 Thread Keiron Liddle
Hi Jeremias, I can't see what the problem is but I can give you some hints. I would suggest testing the svg rendering using the transcoder through batik, so it converts the svg directly to pdf. This works with the cvs trunk also but be aware that there are some differences. I suspect the

SVG Font Problem

2002-04-17 Thread Scott Moore
I'm having a problem with SVG fonts in FOP. When I use a Times italic font, I get the following error: ERROR 10190 [fop ] (): unknown font Arial,italic,normal so defaulted font to any I'm not even sure it's a Times font that shows up in this case. Bold SVG fonts have the same problem.

Re: Transformation matrix wrong in PDF for some SVG files

2002-04-17 Thread Jeremias Maerki
I can't see what the problem is but I can give you some hints. I would suggest testing the svg rendering using the transcoder through batik, so it converts the svg directly to pdf. This works with the cvs trunk also but be aware that there are some differences. I'll try that. I suspect

Spaces and precedence

2002-04-17 Thread Ralf Steppacher
Hi all. I have a short question about spaces and precedences: What I want is to suppress additional space if one headline directly follows another. To achieve this I wrote the template with FOs below but it does not work (I played a bit with attributes and values and could not find any other

Re: SVG Font Problem

2002-04-17 Thread Keiron Liddle
Which version are you using? Are the characters being stroked? The main cause of this issue is that the fonts resolved in batik are the java fonts, if not stroking the font pdf font is found by looking through the java font list and finding the first match. This doesn't always work how you

RE: SVG Font Problem

2002-04-17 Thread Scott Moore
-Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 17, 2002 7:38 AM To: [EMAIL PROTECTED] Subject: Re: SVG Font Problem Which version are you using? Are the characters being stroked? I'm setting strokeSVGText to false. I just tested it

Re: SVG Font Problem

2002-04-17 Thread Keiron Liddle
On 2002.04.17 13:39 Scott Moore wrote: The main cause of this issue is that the fonts resolved in batik are the java fonts, if not stroking the font pdf font is found by looking through the java font list and finding the first match. This doesn't always work how you might want it to. That

non rendered characters

2002-04-17 Thread Nicolas Mazziotta
Hello, [I've posted sample.zip with this message; it demonstrates my problem, ftp://www.ulg.ac.be/merci/sample.zip] I've noticed that text() of tags that occur at page-break as well as the characters that preceed in the same word-unit (surrounded by whitespaces) are not rendered at all in PDF

Re: non rendered characters

2002-04-17 Thread Keiron Liddle
This problem is a result of the way the line is built. It has pending areas that need to be added to form a word due to different text elements, this happens if you use inline or other xml elements. These areas are dropped at the end of the page. So yes this is a bug. On 2002.04.17 14:22

RE : non rendered characters

2002-04-17 Thread Nicolas Mazziotta
I don't know if I have to report it in bugzilla (or if someone else will, since I don't know how to do it). To me it's a severe bug, because no philologue would use FOP knowing that some characters are not rendered... It is not possible to edit texts the words of which have been tokenized. Best

non-editable PDF

2002-04-17 Thread Harald Meyer
I want FOP to generate a non-editable PDF document. How is it done? Thanks Harald

problem with attribute: visibility

2002-04-17 Thread Markus . Lehr
Hi, I´m trying to use the visibility-attribute but it doens´t work. I´m using fop 0.20.01. and all I get is the following: Warning: property - visibility is not implemented yet. Has it something to do with the Fop version I´m using? What I actually want to do is to create a blank line

RE : problem with attribute: visibility

2002-04-17 Thread Nicolas Mazziotta
Go there: http://xml.apache.org/fop/implemented.html Visibility attribute is not implemented yet: this means FOP can't handle it yet. No version of FOP can so far (I think). N. Mazziotta -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 avril 2002

Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Shawn.Lindstrom
What I actually want to do is to create a blank line (fo:table-row)... Couldn't you simply fill it with an empty cell that spans all columns.

Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Markus . Lehr
I´ve just tried it, but empty cells are ignored in the output pdf. What I actually want to do is to create a blank line (fo:table-row)... Couldn't you simply fill it with an empty cell that spans all columns.

RE : Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Nicolas Mazziotta
just fill cells with non-breakable spaces -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 avril 2002 16:36 À : [EMAIL PROTECTED] Objet : Antwort: Re: Antwort: RE : problem with attribute: visibility I´ve just tried it, but empty cells are

RE : non-editable PDF

2002-04-17 Thread Nicolas Mazziotta
see 3.3 [prev in list] [next in list] [prev in thread] [next in thread] List: fop-dev Subject: Re: FAQ Answers please From: Joerg Pietschmann [EMAIL PROTECTED] Date: 2002-03-07 17:21:09 [Download message RAW] (Crossposted to both fop-dev and fop-user. fop-user subscribers,

Antwort: RE : Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Markus . Lehr
Thank you Nicolas this works. But you have to use #160; instead of nbsp; which obviously cannot be processed. just fill cells with non-breakable spaces -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 avril 2002 16:36 À : [EMAIL PROTECTED]

RE : Antwort: RE : Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Nicolas Mazziotta
If you use a dtd, try to assign #160; as a value for nbsp; -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 avril 2002 16:49 À : [EMAIL PROTECTED] Objet : Antwort: RE : Antwort: Re: Antwort: RE : problem with attribute: visibility Thank

How to get table to flow from first page squence to the next page sequence?

2002-04-17 Thread Kilmer, Erich
I am trying to design an article using FOP and could use some help in its layout. The document in an invoice. The first page has a large header and footer with various invoice data. In the body or content section of the first page I want to have a table that contains line item data in each row.

Re: How to get table to flow from first page squence to the next page sequence?

2002-04-17 Thread Chuck Paussa
Kilmer, Erich wrote: I am trying to design an article using FOP and could use some help in its layout. The document in an invoice. The first page has a large header and footer with various invoice data. In the body or content section of the first page I want to have a table that contains line item

Again!! org.apache.fop.configuration.Configuration?

2002-04-17 Thread Carlos Daniel Schafer
Hi, I need know how configure this is. By the relative paths org.apache.fop.configuration.Configuration.put(strokeSVGText, new Boolean(false)); Please, help me.

Help with [ERROR]: null

2002-04-17 Thread Kilmer, Erich
Hello, I am trying to get this style sheet to render using FOP but the error it is throwing is fairly vague. Can anyone advise me how I can debug this? I am referencing an XML file but not actually accessing any values from it so its not from that. I am using FOP 0.20.3. Thanks, Erich Fop

RE: Help with [ERROR]: null

2002-04-17 Thread Kilmer, Erich
I got it. I changed the master-name attribute to master-reference inside the fo:conditional-page-master-reference tags and it renders properly. -Original Message- From: Kilmer, Erich [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 17, 2002 3:57 PM To: '[EMAIL PROTECTED]' Subject: Help

footnote design

2002-04-17 Thread Ingo Bruell
Hi, is there a way to make footnotes looks nice in the near future ? Now they work but looks very bad. The Referencenumber is simple a number it should look nicer if it would be a small number that is higher than the other glyphs (like power). The footnote at the bottom should be tiled by a