fontBaseDir" value is set.
At any rate, you don't have to do anything with the triplets. They seem
to be ok.
On 18.02.2008 14:03:01 Gregan, Miroslav wrote:
> Hi all,
>
> I know I should upgrade to the latest FOP, and it will be done for our
> next tool's release (finally
Hi all,
I know I should upgrade to the latest FOP, and it will be done for our
next tool's release (finally...).
(I have solved already this problem with FOP 0.94)
But until that next release... I have a font problem with the old
version.
So I'm using FOP 0.20.5 embedded in a java program, I
Hi all,
I know I should upgrade to the latest FOP, and it will be done for our
next tool's release (finally...).
(I have solved already this problem with FOP 0.94)
But until that next release... I have a font problem with the old
version.
So I'm using FOP 0.20.5 embedded in a java program, I
Hi,
I found a document that is not up to date:
http://xmlgraphics.apache.org/fop/fo.html#fo-total-pages
A new example like the following should be added for FOP 0.94 (or
replace the current FOP 0.20.5)
class rendtest {
public static void main(File fo, File pdf) {
OutputStream out = null
CTED]
Sent: Tuesday, November 13, 2007 9:11 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: how to set the logger?
On Nov 13, 2007, at 16:35, Gregan, Miroslav wrote:
> I need to use FOP 0.94 embedded, in a big project composed by
> different Eclipse's plug-ins where 2 of them defi
Hi,
I need to use FOP 0.94 embedded, in a big project composed by different
Eclipse's plug-ins where 2 of them define an "org.apache.commons.logging.Log"
library, which causes me the following error:
"Invalid class loader hierarchy. You have more than one version of
'org.apache.commons.l
Hi all,
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
I coded something wrong in the XSL file or in the X
Hello all,
I'm using fop 0.20.5 embedded in a java 5.0 program and sometimes I get
an infinite loop when using the hyphenate function.
The console prints "[INFO] area contents overflows area in line".
Is it normal? Shouldn't it print the unhyphenated text anyway if the
function doesn't succee
tream-foreign-object' is a
flow object so it will stay on the same line in the cell. If you need a
new line, put the data in separate blocks.
I did not check your code, but it looks OK.
-Lou
"Gregan, Miroslav" <[EMAIL PROTECTED]> wrote on 03/16/2007
08:35:22 AM:
> ok, I
Hello all,
I need a little help from you.
I have to put manual line breaks in fo:table-cells.
So as I understood I need to insert each line in a separate block in the
cell like in this XSL code, is it correct?
But I need to implemen
think you don't) then your only bet is XSLT 2.0
which allows you to put in late-serialization replacements with
xsl:character-map.
Cheers,
-- Abel Braaksma
Gregan, Miroslav wrote:
> Hello all,
>
> I need to put manually new line in a pdf document and it has to be for
> the
Hello all,
I need to put manually new line in a pdf document and it has to be for
the @value field.
I know, to put a new line I should use a new block, but Is it possible
to put some kind of "\r\n" string into the value to format it?
This XSL document is used to convert an XML document to
Hi,
According to the known issues:
http://xmlgraphics.apache.org/fop/0.93/knownissues_overview.html
block_word-spacing.xml (block word-spacing):
Word-spacing may not work as expected.
Miroslav
-Original Message-
From: Olivier Mansour [mailto:[EMAIL PROTECTED]
Sent: Monday, February 1
Hi,
Could you send the XSL:FO file,
it's quite hard to answer you without.
Thanks
Miro
-Original Message-
From: Vincenzo Mazzeo [mailto:[EMAIL PROTECTED]
Sent: Friday, February 09, 2007 4:09 PM
To: fop-users@xmlgraphics.apache.org
Subject: Table troubles
Hi all,
I have upgraded fop fro
Try to use iText.
It can edit a pdf and changes it's properties.
http://www.lowagie.com/iText/
hope it helps.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Thursday, February 08, 2007 10:53 AM
To: fop-users@xmlgraphics.apache.org
Subject: Need help
: wrap text in table-cell question
Gregan, Miroslav wrote:
> Thank you for your solution, it works great and does exactly want I
need
> with FOP 0.20.5,
> but it doesn't work with FOP 0.93 :-(
>
> this is what my xsl sheet looks like:
>
>
>
>
>
>
>
&g
nuary 23, 2007 10:34 AM
To: fop-users@xmlgraphics.apache.org
Subject: Re: wrap text in table-cell question
hi,
in your cell, you can make:
B
i hope this help you.
2007/1/22, J.Pietschmann <[EMAIL PROTECTED]>:
Gregan, Miroslav wrote:
>
Hello all,
When I write text in table-cells, it may happen that the text is longer
than the cell (ex. hyperlinks)
Is there a way to have the text break on the next line if too long or
the end cut so that the text isn't written on the next cell?
Thank you for taking time to answer me.
Miroslav
@xmlgraphics.apache.org
Subject: RE: PROBLEM while trying to write text vertically with SVG
AFAIK, with FOP 0.93, related SVG libraries are:
- batik-all-1.6.jar
- xmlgraphics-commons-1.1.jar
Pascal
> -Message d'origine-
> De : Gregan, Miroslav [mailto:[EMAIL PROTECTED]
> Envoyé
Thank you very much for your answers it solved my problem!!
-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 16, 2007 5:54 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: between multiple table problem with spacing
Gregan, Miroslav wrote
o:block, an fo:table, something else?
Can you show me a small example of it's use?
Thanks a lot,
Miro
-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 16, 2007 1:28 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: between multiple table pro
instead of "SansSerif" in your font-family property.
Pascal
> -Message d'origine-
> De : Gregan, Miroslav [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 10 janvier 2007 08:59
>
> I'm trying to write text vertically in a PDF by using an
> XSL-FO wit
Hello all,
I'm trying to write text vertically in a PDF by using an XSL-FO with SVG
code.
I use FOP 0.93 like a library in a java code under windows XP, (but
should also work under Linux).
The SVG code used is working fine in an SVG file, and with FOP 20.5.
BUT it is NOT working with FOP 0.93.
Hello all,
I'm trying to write text vertically from an XSL-FO file to PDF
with FOP 0.93 used like a library in a java code under windows XP, (but
should also work under Linux).
The SVG code used is working fine in an SVG file, and with FOP 20.5.
fo start file:
http://www.filefactory.com/file/f1
24 matches
Mail list logo