Unknown Font??

2001-07-09 Thread rajeev nair
hello, My font metric file is: ?xml version=1.0 encoding=UTF-8? font-metrics type=TYPE0 font-namec:\Windows\fonts\SHIVB___.ttf/font-name embed/cap-height516/cap-height x-height498/x-heightascender970/ascender descender-462/descender bboxleft-516/leftbottom-462/bottom

RE: Need Working Sample

2001-07-09 Thread Michiel Verhoef
Just a thought but what you seem to want is the XML file processed by XSL (which can be on disk). Have you checked the docs/examples for Xalan, the XSLT processor oncluded with FOP? Because that is what you've been asking for: how dow I process my XML file using my XSLT stylesheet. Sorry, no

Re: Unknown Font??

2001-07-09 Thread Se-yong, Um
In your font metric file: font-namec:\Windows\fonts\SHIVB___.ttf/font-name In your userconfig.xml file: font-triplet name=shiva style=normal weight=bold/ Match font name. (I am not sure this makes a problem but ^^) If still going wrong, make sure the path. You use

cvs commit: xml-fop/src/org/apache/fop/svg PDFDocumentGraphics2D.java

2001-07-09 Thread keiron
keiron 01/07/09 01:14:48 Modified:src/org/apache/fop/svg PDFDocumentGraphics2D.java Log: sets up the font state if not using strokes for text Revision ChangesPath 1.6 +15 -3 xml-fop/src/org/apache/fop/svg/PDFDocumentGraphics2D.java Index:

Re: Problem with embedding fop

2001-07-09 Thread adel ben
Hi Martin, I have tried to add the url-pattern to web.xml and it doesn't work too:(( I would like to add that the sample given with the ditribution of FOP tha renders fo files with a servlet works wether the call of the servlet is from IE or Netscape Navigator. Please help. with regards, adel

cvs commit: xml-fop/src/codegen foproperties.xml

2001-07-09 Thread keiron
keiron 01/07/09 03:42:44 Modified:src/codegen foproperties.xml Log: added all remaing properties currently just with type String Revision ChangesPath 1.18 +784 -6xml-fop/src/codegen/foproperties.xml Index: foproperties.xml

Faster Process Time

2001-07-09 Thread Raju Dave
Hi Folks, I donot know why my previous posting has not been displayed, hence posting this query again. My problem is time taken to convert the fo file into pdf. The formatting comes out exactly as required using fop. But each report of say around 30-35 pages takes 1 to 1.5 mins. Since we are

minimal set of libraries for Fop + Tomcat?

2001-07-09 Thread Wolf Gustavo (SGC-EXT)
Hi, After interchanging a couple of mails with Karen and Eriok, I've come to think that a problem I am experiencing might be related to too many jar files in my classpath (or wrong order of the files). Does someone have a minimal (ordered) set that would let fop run from a servlet that is

Re: AW: Faster Process Time

2001-07-09 Thread Raju Dave
Thanks for reply Jens, I tried using fop 0.19 on my reports and didnot find any improvement. But i will try PDFDocumentGraphics2D, i hope it works. do u have some sample examples worked out? Best Regards Raju Dave iORMYX GmbH Frankfurt am Main Germany - Original Message

Re: AW: Faster Process Time

2001-07-09 Thread Laurent FRANCOIS
Yes that's true, and animate GIF stop the FOP processor, impossible to build the pdf. Laurent At 16:24 09/07/01 +0200, you wrote: Images seem to slow down FOP. That's especially true for SVG images. For a simple SVG with 4096 random geometric objects (PNG dump with 1024 objects attached)

Re: About testing

2001-07-09 Thread Karen Lease
Keiron Liddle wrote: On Fri, 06 Jul 2001 23:33:21 Karen Lease wrote: Hi Keiron, Problem: For some reason, certainly relating to ClassLoader behavior, if I run build.sh test in my xml-fop directory, the version checking code in RunTest is finding the ./conf/config.xml file locally

Re: Tree class

2001-07-09 Thread Peter B. West
I have attempted to make Tree class operations thread-safe, and have added a subclass TreeRoot in an attempt to support fail-fast iterators as in AbstractList and its subclasses. Comments from more experienced Java folks would be welcome. My motivation, apart from the perceived need to give

newbie committer

2001-07-09 Thread Seshadri G.K.
hi questions from a newbie committer. What is SSH?? Is there a page in apache for committers? what if i commit and therefore accidentally break something? how do i get started?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

svg ouput fails?

2001-07-09 Thread Seshadri G.K.
Running makedoc.bat from the docs\examples\svg folder seems to fail. Do others get the same result? Can someone give me an example XSL file that uses pdfTransCoder? seshadri - To unsubscribe, e-mail: [EMAIL PROTECTED] For