Re: Using FOP / trying to embed FOP

2003-01-03 Thread Jeremias Maerki
Hi Kevin This is probably a classpath problem (NoClassDefFoundError). You've got to make sure that fop.jar (as well as batik and friends) are on your classpath. Example: java -cp fop.jar;batik.jar;other-jars... embed simple.fo testembed.pdf Look at fop.bat as another example. Don't try to

Re: Using FOP with xmlspy -- THANKS FOR HELP, QUESTIONANSWERED

2002-03-19 Thread Malcolm Sinclair
Thanks Malcolm Sinclair - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Using FOP with xmlspy

2002-03-18 Thread Savino, Matt C
I know FOP through XMLSpy doesn't work on NT, I think that may apply to Win98/95 as well. Matt Savino -Original Message- From: Malcolm Sinclair [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 3:08 PM To: [EMAIL PROTECTED] Subject: Using FOP with xmlspy Please excuse

Re: Using FOP with xmlspy

2002-03-18 Thread Joe Sytniak
According to tech support, FOP only works with Win2k - Original Message - From: Savino, Matt C [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 6:11 PM Subject: RE: Using FOP with xmlspy I know FOP through XMLSpy doesn't work on NT, I think that may apply

RE: Using FOP with xmlspy

2002-03-18 Thread Malcolm Sinclair
Thanks Matt -- since I'm using NT, that's certainly shortened my suffering! Malcolm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Using FOP with xmlspy

2002-03-18 Thread Art Welch
: Re: Using FOP with xmlspy According to tech support, FOP only works with Win2k - Original Message - From: Savino, Matt C [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 6:11 PM Subject: RE: Using FOP with xmlspy I know FOP through XMLSpy doesn't work on NT, I

Re: Using FOP with xmlspy

2002-03-18 Thread Joe Sytniak
PROTECTED] Sent: Monday, March 18, 2002 6:27 PM Subject: RE: Using FOP with xmlspy Is that XMLSpy that only works with Win2k? FOP most definitely is NOT limited to Win2k. FOP should work on any platform with full JDK 1.2+ and AWT support. -Original Message- From: Joe Sytniak [mailto

Re: Using Fop Within An Application (AWTStarter with some changes)

2002-02-15 Thread IvanLatysh
Hello, Jim! You wrote to FOP Dev [EMAIL PROTECTED] on Fri, 15 Feb 2002 14:15:13 -0600: JU I am trying to use FOP within my application to process and display JU (in AWT mode) a FO I create by processing records from a database. JU I get to the point where I have a String object containing

RE: Using Fop Within An Application (AWTStarter with some changes)

2002-02-15 Thread Jim Urban
for displaying. I need to process the string containing the FO and display the results in a window. Jim -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 3:53 PM To: [EMAIL PROTECTED] Subject: Re: Using Fop Within An Application (AWTStarter

Re: using fop

2001-10-29 Thread Bruno Polder
this error? Converting into png or other formats works. thanks in advance bruno - Original Message - From: Keiron Liddle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 29, 2001 9:02 AM Subject: Re: using fop On 2001.10.27 18:36 Bruno Polder wrote: hi to all i have

Re: using fop

2001-10-29 Thread Keiron Liddle
You are having version compatibale problems. Your best bet is to use the batik library that comes with the version of fop you are using. On 2001.10.29 13:35 Bruno Polder wrote: Hello, thanks for your answer Keiron. I'm trying using batik but i get the following error message:

Re: using fop

2001-10-28 Thread Keiron Liddle
On 2001.10.27 18:36 Bruno Polder wrote: hi to all i have a question in order to use fop to generate pdf files of my svg's: can anyone tell me how to generate the 'fo-objects-svg-file' from my normal svg-file? it seems that fop can't handel normal svgs but only fo-svgs (is that right?)

Re: FOP in WebSphere and some general notes (Was: Re: Using FOP in Servlet)

2001-10-08 Thread Keiron Liddle
] Subject: FOP in WebSphere and some general notes (Was: Re: Using FOP in Servlet) Karen Lease wrote: Configuration.put(baseDir, SOMEURLSTRING); Thanks. I meanwhile figured it out that i could use SOMEURLSTRING=file:+xslFileName Some other notes on FOP 0.20.2 in general and using

FOP in WebSphere and some general notes (Was: Re: Using FOP in Servlet)

2001-10-05 Thread joerg . pietschmann
Karen Lease wrote: Configuration.put(baseDir, SOMEURLSTRING); Thanks. I meanwhile figured it out that i could use SOMEURLSTRING=file:+xslFileName Some other notes on FOP 0.20.2 in general and using in in an IBM WebSphere Server in particular (including problems actually caused by Batik): -

Re: Using FOP in Servlet

2001-10-04 Thread Karen Lease
Joerg, I think the easiest way to do this is something like this (taken from the Fop task in org/apache/fop/tools/anttasks/Fop.java) Configuration.put(baseDir, SOMEURLSTRING); You may want to do the whole configuration initialization process anyway just to get things like compression and

Re: Using FOP 0.19-CVS to create PDF

2001-08-09 Thread Alex McLintock
--- Don Wellington [EMAIL PROTECTED] wrote: Hi Arved- It is with FOP-0.19 not the latest CVS. I am stuck behind a firewall, so CVS is not really an option. I thought that too for some time but using WinCVS I managed to download the CVS version from CVS. You need to tell WinCVS about your

Re: Using FOP 0.19-CVS to create PDF

2001-08-09 Thread Don Wellington
My firewall does not allow IP tunneling. Without that even WinCVS doesn't help. Don --- Alex McLintock [EMAIL PROTECTED] wrote: --- Don Wellington [EMAIL PROTECTED] wrote: Hi Arved- It is with FOP-0.19 not the latest CVS. I am stuck behind a firewall, so CVS is not really an