SVG external graphic doesn't show in FopServlet?

2002-04-04 Thread Carter, Will
Hi, I am having problems with external svg files in my fo file when generating PDFs using FopServlet. I am using fop-0.20.3 specifically, I have these refs to external graphics in my fo file. This works: This doesn't workgeneratedsvg.svg is in the same directory as generatedjpg.jp

JPEG external graphic works, but SVG external graphic doesn't.

2002-04-04 Thread Carter, Will
Hi, I am having problems with external svg files in my fo file when generating PDFs using FopServlet. I am using fop-0.20.3 specifically, I have these refs to external graphics in my fo file. This works: This doesn't workgeneratedsvg.svg is in the same directory as generatedjpg.

RE: JPEG external graphic works, but SVG external graphic doesn't .

2002-04-04 Thread Carter, Will
i use the following workaround: PathToImage.svg > -Ursprüngliche Nachricht- > Von: Carter, Will [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 4. April 2002 01:17 > An: '[EMAIL PROTECTED]' > Betreff: JPEG external graphic works, but SVG external

write servlet response to a pdf file rather than send it to brows er?

2002-04-04 Thread Carter, Will
Hi, Here is the code I am trying to use for accompleshing the task of sending the servlet response to a pdf file instead of the browser. I am not very experienced with java and the code I have added is marked below. public void renderFO(InputSource foFile,HttpServletResponse response)

RE: Why is FO(P) a superior model than what most proprietary tool s propose

2002-04-30 Thread Carter, Will
This one has got me scared... I am in the process of working out an embedded (servlet) FOP solution for some financial reporting. The generated pdfs are probably around 20 pages.. does anyone have any info about memory requirements or problems I will run into with multiple concurrent users? than

RE: Why is FO(P) a superior model than what most proprietary tool s propose

2002-04-30 Thread Carter, Will
this is interesting... can the servlet report how many threads it has at any given time? Do you know of any code examples of how this is done? thanks for the good idea... will -Original Message- From: Scott Moore [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 4:39 PM To: '[EMAIL

stress test FOP in a servlet?

2002-05-01 Thread Carter, Will
What is the best way to stress test fop in a servlet find out how many users it would take to produce out of memory errors? is there an easy way to send multiple concurrent requests to a servlet? thanks, will

xalan-2.0.0.jar and xerces-1.2.3.jar in classpath not working...

2002-05-21 Thread Carter, Will
Hi, I am running fop in a servlet with jrun 3.1 as the servlet container. the only way I can get it to work is if I put xalan-2.0.0.jar and xerces-1.2.3.jar into my jdk/jre/lib/ext folder. I have all the other fop jars in my WEB-INF/lib folder. as long as I have xalan-2.0.0.jar and xerces-1.2.3

RE: xalan-2.0.0.jar and xerces-1.2.3.jar in classpath not working ...

2002-05-21 Thread Carter, Will
n? thanks, will -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 11:59 AM To: [EMAIL PROTECTED] Subject: Re: xalan-2.0.0.jar and xerces-1.2.3.jar in classpath not working... Carter, Will wrote: Hi, > > I am running fop in a servlet with j

RE: xalan-2.0.0.jar and xerces-1.2.3.jar in classpath not working ...

2002-05-21 Thread Carter, Will
fm?ID=22729&Method=Full) or override them by adding new versions in %JAVA_HOME%\jre\lib\ext directory, what you have done successfully. Carter, Will wrote: > thanks for the response... > > I have doublechecked my classpath and am certain that these are the only > jars it picks

RE: Why is FO(P) a superior model than what most proprietary tool s propose

2002-05-01 Thread Carter, Will
other requests until other reports are finished, you can avoid those problems and achieve a robust and stable FOP server. At that point, adding more servers can get you better scalability. So far, this has worked well for me. > -Original Message----- > From: Carter, Will [mailto:[EMAIL

embedded fop...show progress?

2002-06-08 Thread Carter, Will
Hi, I am using fop in a servlet. Has anyone ever come up with a way to report back to the browser where it's at in the converting process from an fo file to a to pdf? when I run fop at my command line in debug mode, it reports along the way when a page is completes. Anybody know how I could get

RE: embedded fop...show progress?

2002-06-10 Thread Carter, Will
: Re: embedded fop...show progress? Carter, Will wrote: > I am using fop in a servlet. Has anyone ever come up with a way to report > back to the browser where it's at in the converting process from an fo file > to a to pdf? I haven't tried personally but you can try various ap

RE: White space between table-rows. HOW?

2002-06-13 Thread Carter, Will
you could just add a spacer row between your dynamic rows... will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 13, 2002 4:2

fop build questions...newbie.

2002-06-18 Thread Carter, Will
Hi, I have a couple of newbie build questions. 1. I just downloaded fop-0.20.3-src.tar.gz and unzipped it into a dir called c:\fopsrc. 2. When I execute build.bat at my command line, it starts chugging away but then gets the following compiling error. [javac] Compiling 720 source files to C:\f

RE: fop build questions...newbie.

2002-06-18 Thread Carter, Will
jdk 1.3 worked...thanks. I was able to rebuild fop.jar and it reflected changes made in driver.java will -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: Re: fop build questions...newbie. Carter, Will