Re: Interesting question

2005-03-05 Thread Miroslav Pukhalsky
Hi there!

Glen Mazza wrote:
 
 Looks like an Apache Ant task.  Look at the example at
 the bottom of [1].
 
 [1] http://xml.apache.org/fop/anttask.html
 
 Glen
 
Thanks, but ANT is out law :(

Miroslav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Interesting question

2005-03-05 Thread Miroslav Pukhalsky
Hi there!

[EMAIL PROTECTED] wrote:
 
 It looks like you are using a Windows based machine.  If you need a quick
 command line to accomplish a mass FOP, you can try the following:
 
 for %x in (*.fo) do fop.bat -fo %x %~nx.pdf
 
 This will run the fop.bat file for every fo file in a given directory.
 
 Also, using the 'for' command like this may be limited to only certain
 Windows OS's
 
 -Lou
 
Thank you. But problem not disappears. Too much time for JVM get up and 
JVM get down for each FO lile. With a lot of FO files it's so
slo-owly...

Miroslav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Interesting question

2005-03-04 Thread Glen Mazza
Looks like an Apache Ant task.  Look at the example at
the bottom of [1].

[1] http://xml.apache.org/fop/anttask.html

Glen

--- Miroslav Pukhalsky [EMAIL PROTECTED]
wrote:

 Hi there!
 
 Can I do something like this
 
 fop.bat -fo *.fo -pdf *.pdf
 
 and got the same quantity of PDF files from some
 quantity of FO files?
 Or is it impossible for FOP 0.20.5? Or exists
 another way for do this?
 
 Miroslav
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Interesting question

2005-03-04 Thread Thiago Bueno Silva
You can make something like this using ANT.
Miroslav Pukhalsky wrote:
Hi there!
Can I do something like this
fop.bat -fo *.fo -pdf *.pdf
and got the same quantity of PDF files from some quantity of FO files?
Or is it impossible for FOP 0.20.5? Or exists another way for do this?
Miroslav
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
_
Thiago Bueno Silva
[EMAIL PROTECTED]
TT Engenheiros Associados Ltda.
www.tteng.com.br
Fone/Fax +55 51 3224 8425
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Interesting question

2005-03-04 Thread Louis . Masters

It looks like you are using a Windows based machine.  If you need a quick
command line to accomplish a mass FOP, you can try the following:

for %x in (*.fo) do fop.bat -fo %x %~nx.pdf

This will run the fop.bat file for every fo file in a given directory.

Also, using the 'for' command like this may be limited to only certain
Windows OS's

-Lou

~~
LOG-NET, Inc.
The Logistics Network Management System
~~
230 Half Mile Road
Third Floor
Red Bank, NJ 07701
PH: 732-758-6800
FAX: 732-747-7497
http://www.LOG-NET.com
~~
CONFIDENTIAL  PRIVILEGED
Unless otherwise indicated or if obvious from the nature of the content,
the information contained herein is privileged and confidential
information/work product. The communication is intended for the use of the
individual or entity named above.  If the reader of this transmission is
not the intended recipient, you are  hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.  If you have received this communication in error, please
notify the sender immediately by telephone (732-758-6800) or by electronic
mail ([EMAIL PROTECTED]), and destroy any copies, electronic, paper or
otherwise, which you may have of this communication.  Thank you.
~~



   
  Miroslav  
   
  PukhalskyTo:  [EMAIL PROTECTED]   
 
  [EMAIL PROTECTED] cc:
 
  ft.com.ua   Subject: Interesting question
   

   
  03/04/2005 12:13  
   
  Please respond
   
  to fop-user   
   

   

   



Hi there!

Can I do something like this

fop.bat -fo *.fo -pdf *.pdf

and got the same quantity of PDF files from some quantity of FO files?
Or is it impossible for FOP 0.20.5? Or exists another way for do this?

Miroslav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]