Hello,
I can embedded FOP in my program to produce PDF in runtime(based on the
instruction).
But, is there any way to directly print out the PDF with FOP api ???
Any example doing this ???
Eric
==
If you know what you are doing,
it is not called RESEARCH!
=
Hello,
Is it possible to add some character to .FO document with \u format ??
Eric
==
If you know what you are doing,
it is not called RESEARCH!
==
-
To unsubscribe, e-mail:
Hello,
How can I get the sum() of two fields ??
Book
29.9
3
CD
10.5
5
I want to get the subtotal of the above order.xml, which result should be
(29.9*3 + 10.5*5) !!!
I tried sum("/orders/order/price*/orders/order/qty"), but failed !!!
Er
t;jar:file:/C:/Temp/my.jar!/");
>
> or:
>
> fontBaseDir
> jar:file:/C:/Temp/my.jar!/
>
>
>
> I hope this helps.
>
> On 02.06.2003 04:46:28 Eric Chow wrote:
> > If I want to use my configuration in embedded program, I can add the
> > fo
ly also set the "fontBaseDir" value so you don't have to
> change the myconfig.xml file:
> org.apache.fop.configuration.Configuration.put("fontBaseDir",
"jar:file:/C:/Temp/my.jar!/");
>
> or:
>
> fontBaseDir
> jar:file:/C:/Temp/my.jar
ig.xml file:
> org.apache.fop.configuration.Configuration.put("fontBaseDir",
"jar:file:/C:/Temp/my.jar!/");
>
> or:
>
> fontBaseDir
> jar:file:/C:/Temp/my.jar!/
>
>
>
> I hope this helps.
>
> On 02.06.2003 04:46:28 Eric Chow wr
Hello,
If I want to use my configuration in embedded program, I can add the
following statement in my program for generating PDF.
Options op = new Options(new File("myconfig.xml"));
It works if the "myconfig.xml" is in the physical folder.
and the following is the content of myconfig.xml.