SVG external graphic doesn't show in FopServlet?

2002-04-04 Thread Carter, Will
/generatedsvg.svg/ /fo:block any help would be greatly appreciated. Will Carter

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

2002-04-04 Thread Carter, Will
/fo:instream-foreign-object -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 graphic doesn't. Hi, I am having problems with external svg files

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

2002-04-04 Thread Carter, Will
fo = new FileOutputStream(); any help would be great! thanks, Will Carter

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

2002-04-30 Thread Carter, Will
? thanks, will carter http://www.envestnetpmc.com -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 4:01 PM To: '[EMAIL PROTECTED]' Subject: RE: Why is FO(P) a superior model than what most proprietary tool s propose We're using FOP in a production

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:

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

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

2002-05-21 Thread Carter, Will
, 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 jrun 3.1 as the servlet container

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

2002-05-21 Thread Carter, Will
=22729Method=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 up: these files are in my

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

2002-05-01 Thread Carter, Will
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 PROTECTED] Sent: Tuesday

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

RE: White space between table-rows. HOW?

2002-06-13 Thread Carter, Will
you could just add a spacer row between your dynamic rows... fo:table-row fo:table-cell fo:block padding=5pt/fo:block /fo:table-cell fo:table-cell fo:block padding=5pt/fo:block /fo:table-cell /fo:table-row will

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

support for PS printer-specific options using PPDs

2002-04-25 Thread Nathan Carter
I currently use PJ for PDF output from a homegrown customer/member management system, built on JBoss/Postgresql/etc. There are two basic uses for the PDF output: 1) letters that use standard fonts to produce a mail merged PDF form letter - starting with a blank PDF document and text grabbed

Re: support for PS printer-specific options using PPDs

2002-04-25 Thread Nathan Carter
thoughts - feel free to move this discussion to fop-dev if needed (copying me since I'm not currently subscribed there). Nathan On 25.04.2002 09:03:41 Nathan Carter wrote: I currently use PJ for PDF output from a homegrown customer/member management system, built on JBoss/Postgresql/etc

Re: tiff to pdf: getting empty pdf-focument

2002-04-25 Thread Nathan Carter
Andre, I'm new to Fop, but I've used ImageMagick/Ghostscript for this purpose and gotten quite good results, especially with PDF compression enabled (I'm assuming that you're talking about full-page TIFF -- PDF conversion). The convert module of ImageMagick is the one that you want. Nathan