Re: problem using svg:font-face-uri when using fop-embedded servlet (was command line performance)

2004-08-13 Thread Markus
J.Pietschmann wrote: Somehow suspect you got something wrong. The uri() is for XSLFO sources, SVG uses XLink which ought to use plain URIs. Don't confuse the two. thanxs, that was the problem. when using it is working like a charm ;-) it is sometimes hard, when you try use stuff you not really kn

Re: problem using svg:font-face-uri when using fop-embedded servlet (was command line performance)

2004-08-13 Thread J.Pietschmann
Markus wrote: i just try to use fop in a servlet running under tomcat. there is a huge difference in runtime (*). after reading the faq i should use the only problem is, that i get an error in catalina.out saying: An I/O Error occured while processing the URI 'url(/path/to/fonts.svg#BoldSVG)' s

problem using svg:font-face-uri when using fop-embedded servlet (was command line performance)

2004-08-13 Thread Markus
i have a working xsl. in this xsl i am using this is working, when calling fop from command-line. the pdf is generated and Kiki in my pdf there is a svg-graphic with the word "Kiki" written in my font. i just try to use fop in a servlet running under tomcat. there is a huge di

Re: Enhancing FOP command line speed

2004-08-13 Thread Markus
Markus wrote: Jeremias Maerki wrote: Why not install Tomcat, deploy the FOP servlet [1] and then access FOP using HTTP GET requests? Should be simple using PHP. [1] http://xml.apache.org/fop/servlets.html I also remember someone having posted that he has written a web service around FOP. Look in th

Re: fop Not running on Tomcat4.1

2004-08-13 Thread Jeremias Maerki
You will have to give us some more information. Particularly a stacktrace of the error would be helpful. On 13.08.2004 15:03:02 KS.Bhaskar wrote: > I am using fop.jar downloaded from > http://xml.apache.org/dist/fop. I am able to generate pdf file by > writing a java program but when t

Re: Including images

2004-08-13 Thread Jeremias Maerki
On 13.08.2004 16:22:40 Peter Verhoye wrote: > Hi all, > > I'm just starting to work with FOP so bear with me :-) (I already looked > through the archive but I could have missed the answer though) > > Anyway, I'm working on a project where I need to include an image into a > PDF generated using

Re: Logging as Servlet output

2004-08-13 Thread Jeremias Maerki
You don't need Log4J for that. You can do that simply be creating a class that implements the org.apache.avalon.framework.logger.Logger interface. You can the use it instead of ConsoleLogger, Log4JLogger, NullLogger etc. as shown here: http://xml.apache.org/fop/embedding.html#basic-logging http://x

Re: Running pdf in servlet

2004-08-13 Thread Jeremias Maerki
Firstly, please post user related questions to the user list. The development list is for code related issues. The developers are all subscribed to the user list anyway. On the command-line you specify "-c userconfig.xml" to enable custom fonts. From a servlet it is done using the Options class.

Including images

2004-08-13 Thread Peter Verhoye
Hi all, I'm just starting to work with FOP so bear with me :-) (I already looked through the archive but I could have missed the answer though) Anyway, I'm working on a project where I need to include an image into a PDF generated using FOP. Now, the component I use to generate the image writes

Font changing to run servlet

2004-08-13 Thread Julien Barbin
Return Receipt Your Font changing to run servlet document :

Font changing to run servlet

2004-08-13 Thread Vivek Gupta
Hi All,    Does any body added Arial font and run pdf in web server using servlet. I am able to change font and run it on my local , but I don't know how to run on web server.     Thanks V

fop Not running on Tomcat4.1

2004-08-13 Thread KS.Bhaskar
Hi Everybody,       I am using fop.jar downloaded from http://xml.apache.org/dist/fop. I am able to generate pdf file by writing a java program but when try to create pdf in the application running on Tomcat 4.1 server it is giving an error saying ‘Final class can not be inherited