Re: How to Call FOP thro Java Application?

2002-08-13 Thread Amerin Szulr
hi  i'm getting the pdf file after executing the progam, but if i try to open the Acrobat output pdf file, it says  the following errror. "Actobat could not open 'outputpdf.pdf' because it is either not a supported file type or because the file has been corrupted (for example, it was sent as an ema

Re: How to Call FOP thro Java Application?

2002-08-13 Thread Oleg Tkachenko
Amerin Szulr wrote: > u mean avalon-framwork-4.0.jar, its already in the path. No, I meant avalon from fop distribution, which includes logger code already. -- Oleg Tkachenko Multiconn International, Israel - To unsubscribe,

Re: How to Call FOP thro Java Application?

2002-08-13 Thread IvanLatysh
Hello, Amerin! You wrote to <[EMAIL PROTECTED]> on Tue, 13 Aug 2002 07:44:48 -0700 (PDT): >> C:\FOP\fop-0.20.3>javac produce.java produce.java:15: cannot resolve >> symbol symbol : class Logger location: class produce >> Logger log = null; >> ^ >> produce.java:17: cannot resolve symbol symb

Re: How to Call FOP thro Java Application?

2002-08-13 Thread Amerin Szulr
u mean avalon-framwork-4.0.jar, its already in the path. I'm using fop-0.20.3. and able to generate pdf  giving xsl and xml as input,. wht could be the problem while calling thro Java Application, anysuggestions ?  Oleg Tkachenko <[EMAIL PROTECTED]>wrote: Amerin Szulr wrote:> When i tried to exec

Re: How to Call FOP thro Java Application?

2002-08-13 Thread Oleg Tkachenko
Amerin Szulr wrote: > When i tried to execute the below "produce.java" , i'm getting the below > mentioned compilation err. > > > C:\FOP\fop-0.20.3>javac produce.java > produce.java:15: cannot resolve symbol > symbol : class Logger > location: class produce > Logger log = null; >

RE: How to Call FOP thro Java Application?

2002-08-09 Thread Keith Groves
To: [EMAIL PROTECTED] Sent: 09/08/02 14:20 Subject: Re: How to Call FOP thro Java Application? import java.io.*; import org.xml.sax.*; import org.apache.fop.apps.*; import org.apache.fop.messaging.*; import org.apache.avalon.framework.logger.*; import javax.xml.transform.*; import

Re: How to Call FOP thro Java Application?

2002-08-09 Thread Jamal Mohamed A Abdul Sathar
} } public static void main(String a[]) { new Produce().generate(); } } for this u have give xml and xsl file for input and it produce pdf as output. with love jamal >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL P

Re: How to Call FOP thro Java Application?

2002-08-08 Thread m . schaeffler
I have t work on that too. If you have an example of a standalone application which calls fop please post the code. Thanks a lot! Markus Schäffler -- > Inside servlet or standalone tell me, i will send the code > > > > >From: Amerin Szulr <

Re: How to Call FOP thro Java Application?

2002-08-08 Thread Jamal Mohamed A Abdul Sathar
Inside servlet or standalone tell me, i will send the code >From: Amerin Szulr <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: How to Call FOP thro Java Application? >Date: Thu, 8 Aug 2002 02:48:04 -0700 (PDT) > > >Hi > >How to Call FOP from Java Application? >