Print PDF !!!

2004-04-01 Thread Eric Chow
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! =

Use UTF-8 in XSL-FO ??

2004-03-30 Thread Eric Chow
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:

How can I get the sum() ???

2004-03-29 Thread Eric Chow
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

Re: Configuration problem ????

2003-06-02 Thread Eric Chow
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

Re: Configuration problem ????

2003-06-02 Thread Eric Chow
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

Re: Configuration problem ????

2003-06-02 Thread Eric Chow
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

Configuration problem ????

2003-06-02 Thread Eric Chow
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.