Re: SVG rendering in release 0.20.3

2002-04-15 Thread RAYMOND Romain
hello, same problem for me, it is okay with a .gif file but svg dos not render ... or gives up a strange picture wich seems to indicate something like file not found . Matthew L. Avizinis a écrit : The rect renders fine. It's actually the image that actually causes the problem. Here, I

Re: SVG rendering in release 0.20.3

2002-04-15 Thread Keiron Liddle
The examples in the docs/examples/svg/ directory work fine, so how is yours different? Do these examples work for you? I suspect the svg referenced in the image is invalid. On 2002.04.13 18:51 Matthew L. Avizinis wrote: The rect renders fine. It's actually the image that actually causes the

editable pdf forms

2002-04-15 Thread mangesh ralegankar
hello Pls Some one can help me how to create editable pdf forms using fo tags ; or creation of such pdf forms are not possible using fo. Then is there any other method.If some one is knowing the answer pls tell me with some samples. Thank u very much in adv Do You Yahoo!? Yahoo! Tax Center -

keep-together

2002-04-15 Thread MARTIN Franck
Hi Does anyone know of a way to prevent blocks or tables from being divided when a page break occurs? Is the property keep-together implemented in fop? Thanx Franck MARTIN

FOP printing using polish characters

2002-04-15 Thread Kristoffersen, Per
Title: FOP printing using polish characters Dear all guru's. I hope someone can help me on this one : I am trying to use FOP to print in pdf-format. When doing so my polish characters prints as #'s. I have been given the following statement, and I need to get it working... fo:block

RE: FOP printing using polish characters

2002-04-15 Thread Michal Kwiatek
Title: FOP printing using polish characters Ihad the same problem last week and it's very easy as long as you have Polish TTF or PFM fonts. All you have to do is make FOP use them and embed them in result PDF. Have a look at http://xml.apache.org/fop/fonts.html. It's all there. If you have

Future release and full compliancy

2002-04-15 Thread MARTIN Franck
Does anyone have an idea of when is to occur the next fop release and how long is it going to take for fop to be full compliant w/ the W3 recommendation? Franck MARTIN

RE: FOP printing using polish characters

2002-04-15 Thread Kristoffersen, Per
Hi Michael, Thank you for your help. I will have a look and try to get this working. Per -Original Message- From: Michal Kwiatek [mailto:[EMAIL PROTECTED] Sent: 15. april 2002 14:15 To: [EMAIL PROTECTED] Subject: RE: FOP printing using polish characters I had the same problem last

RE: FOP printing using polish characters

2002-04-15 Thread Michal Kwiatek
If you have any problem, drop me a line. We'll see what can be done. Michal Kwiatek --- BiznesPartner.pl SA ul. Mlynarska 48 01-171 Warszawa tel. 5355560 -Original Message- From: Kristoffersen, Per [mailto:[EMAIL PROTECTED] Sent: Monday, April 15, 2002

Re: newbie - Minimum Block Heights

2002-04-15 Thread Guillaume Patin
You're right !! I've tried with the padding-bottom attribute, and it does work, but it may not fit your needs... just try this : fo:block padding-bottom="15cm" background-color="silver" friendly, Guillaume - Original Message - From: Andy Bowes To: [EMAIL PROTECTED]

Re: newbie - Minimum Block Heights

2002-04-15 Thread Andy Bowes
Hi, Thanks for confirming that I am not going mad. :) Unfortunately the padding at the bottom will not really achieve the result I am after. I want to allow the block to grow with it's content but ensure that it is AT LEAST a certain size. It look like I will have to use a table with a

Re: newbie - Minimum Block Heights

2002-04-15 Thread Andy Bowes
Yeah, The height attribute works on an fo:table but not on a block. Is that a bug ? Andy - Original Message - From: Guillaume Patin To: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 2:26 PM Subject: Re: newbie - Minimum Block Heights did you try to

Re: newbie - Minimum Block Heights

2002-04-15 Thread Guillaume Patin
I've found your solution : try the line-height attribute : fo:block line-height="15cm" background-color="silver"This is the block contents/fo:block it does work on fop 0.20.3 you can find a reference of the fo specification at http://www.zvon.org/xxl/xslfoReference/Output/index.html

PDF include

2002-04-15 Thread Stefan Arn
Hi! Is it possible to include a external PDF File into the fo File? Like 'include' in PHP or other Languages? thanks

Re: PDF include

2002-04-15 Thread Jeremias Maerki
No, but you can use some PDF touch-up tool like iText or PJ to merge in selected pages from a seprate PDF into your generated PDF. Quite a few people do this. Is it possible to include a external PDF File into the fo File? Like 'include' in PHP or other Languages? Cheers, Jeremias Märki

FOP and SAX

2002-04-15 Thread Brian O'Kelley
I'm trying to take an XML document, combine it with an XSL stylesheet, and spit it to PDF using SAX events, and I'm having trouble finding an example that works. Here's my code (using Fop 0.20.3): TransformerHandler tHandler = XSLTranslateFactory. getHandler(FopInput.xsl)

spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
I had to put number-columns-spanned=100 instead of span=all in fo:column element, because the latter didn't work. is it a bug? thanks, Argyn

RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
correction: I meant fo:cell when wrote fo:column -Original Message- From: Argyn Kuketayev [mailto:[EMAIL PROTECTED] Sent: Monday, April 15, 2002 5:29 PM To: '[EMAIL PROTECTED]' Subject: spna=all didn't work for fo:cell I had to put number-columns-spanned=100 instead of

[Fwd: ZapfDingbats]

2002-04-15 Thread Patrick Andries
lt;fo:block text-align="center" font="ZapfDingbats"gt; amp;#x2766; lt;/fo:blockgt; Why doesn't this print me a vignet ? Isn't ZapfDingbats one of the 14 standard fonts ? P. Andries

Omitting content length

2002-04-15 Thread Brian O'Kelley
Ignore the question below - it works (if anyone needs SAX example, this is decent). It looks like what is happening is that I was writing this directly to a servlet's outputstream, so I never set the content length header. This made IE puke, although Lynx caught it ok. I've read through the

Re: spna=all didn't work for fo:cell

2002-04-15 Thread J.Pietschmann
Argyn Kuketayev wrote: I had to put number-columns-spanned=100 instead of span=all in fo:column element, because the latter didn't work. is it a bug? From the spec at http://www.w3.org/TR/xsl/slice7.html#span span=all: Specifies if a block-level object should be placed in the current column or

RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
this didn't work either :( fo:table-row fo:table-cell fo:block span=all margin-left=2cmfo:inline font-weight=boldCOMMENTS: /fo:inlinexsl:value-of select=COMPONENT_ID//fo:block/fo:table-cell /fo:table-row -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent:

Re: [Fwd: ZapfDingbats]

2002-04-15 Thread J.Pietschmann
Patrick Andries wrote: lt;fo:block text-align=center font=ZapfDingbatsgt; amp;#x2766; lt;/fo:blockgt; Why doesn't this print me a vignet ? The Unicode character Reference at http://www.unicode.org/charts/charindex.html says U+2766 is aldus leaf, whatever this is. It seems to print correctly