Re: Unix and FOP ?

2002-04-13 Thread John Austin

On Friday 12 April 2002 22:43, you wrote:
 yep

The only area that Windows is (arguably) superior to Unix is in 
Graphics and especially FONTS.  A consequence of  Windows success is 
the fact that almost all computers have Windows licenses. This lets us 
use the Windows fonts. You need to have the Windows license however.

The Windows license doesn't require that you actually run all of 
Windows. So in using the fonts, we are using Windows as licensed. We 
are just ignoring the unreliable parts of Windows (generally the 
executabe parts). 

Now actually installing and using the Windows fonts is an area which 
needs better documentation. 

  in userconfig.xml, but
  Can I use the specials fonts by Window without problems into UNIX.?
  That's possible?

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




Re: Unix and FOP ?

2002-04-12 Thread John Austin

On Thursday 11 April 2002 09:37, you wrote:
 Hi,

 I need information the file xsl:fo transformation in UNIX.
 What's I need by uses XSL:FO in UNIX?
 Can I do?

You can use xsl:fo in ANY system that has an implementation of the Java 
VM. This includes any reasonable implementation of Unix (AFAIK).

Many people use Cocoon 2 from the Apache project because it provides a 
ton of features, but you can use just the Fop program if you wish to.

I use it both ways and have also used it from XML Spy. 

In Cocoon 2 you can run XSL transformations to produce an XSL:FO 
document and render this to one of a number of formats such as PDF, PS 
and RTF using the FopSerializer.

I have also used Fop driven by a shell script. The memory footprint is 
smaller but you have to cart Fop around with you. From Cocoon, you can 
generate fancy-pants documents over the network.

Cocoon has a much steeper and lengthy learning curve. Fop is much 
smaller and comes with lots of examples. 

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




RE: Unix and FOP ?

2002-04-12 Thread Alistair Hopkins

I can't remember the details but there are certain gui packages which Fop
needs to process the default fonts: if you run it on linux without X-windows
it may well complain

-Original Message-
From: John Austin [mailto:[EMAIL PROTECTED]]
Sent: 12 April 2002 07:36
To: [EMAIL PROTECTED]
Subject: Re: Unix and FOP ?


On Thursday 11 April 2002 09:37, you wrote:
 Hi,

 I need information the file xsl:fo transformation in UNIX.
 What's I need by uses XSL:FO in UNIX?
 Can I do?

You can use xsl:fo in ANY system that has an implementation of the Java
VM. This includes any reasonable implementation of Unix (AFAIK).

Many people use Cocoon 2 from the Apache project because it provides a
ton of features, but you can use just the Fop program if you wish to.

I use it both ways and have also used it from XML Spy.

In Cocoon 2 you can run XSL transformations to produce an XSL:FO
document and render this to one of a number of formats such as PDF, PS
and RTF using the FopSerializer.

I have also used Fop driven by a shell script. The memory footprint is
smaller but you have to cart Fop around with you. From Cocoon, you can
generate fancy-pants documents over the network.

Cocoon has a much steeper and lengthy learning curve. Fop is much
smaller and comes with lots of examples.

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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002


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




RE: Unix and FOP ?

2002-04-12 Thread Carlos Daniel Schafer

But

I need working with the fonts specials, for examples barcode (I2OF5.ttf) by
Windows.

How I can do it ? or Is there the fonts specials for UNIX differents to True
Type?.
 

 -Mensaje original-
 De:   Alistair Hopkins [SMTP:[EMAIL PROTECTED]]
 Enviado el:   viernes, 12 de abril de 2002 4:31
 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Asunto:   RE: Unix and FOP ?
 
 I can't remember the details but there are certain gui packages which Fop
 needs to process the default fonts: if you run it on linux without
 X-windows
 it may well complain
 
 -Original Message-
 From: John Austin [mailto:[EMAIL PROTECTED]]
 Sent: 12 April 2002 07:36
 To: [EMAIL PROTECTED]
 Subject: Re: Unix and FOP ?
 
 
 On Thursday 11 April 2002 09:37, you wrote:
  Hi,
 
  I need information the file xsl:fo transformation in UNIX.
  What's I need by uses XSL:FO in UNIX?
  Can I do?
 
 You can use xsl:fo in ANY system that has an implementation of the Java
 VM. This includes any reasonable implementation of Unix (AFAIK).
 
 Many people use Cocoon 2 from the Apache project because it provides a
 ton of features, but you can use just the Fop program if you wish to.
 
 I use it both ways and have also used it from XML Spy.
 
 In Cocoon 2 you can run XSL transformations to produce an XSL:FO
 document and render this to one of a number of formats such as PDF, PS
 and RTF using the FopSerializer.
 
 I have also used Fop driven by a shell script. The memory footprint is
 smaller but you have to cart Fop around with you. From Cocoon, you can
 generate fancy-pants documents over the network.
 
 Cocoon has a much steeper and lengthy learning curve. Fop is much
 smaller and comes with lots of examples.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

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




Re: Unix and FOP ?

2002-04-12 Thread David B. Bitton

I have used FOP on Linux w/ TTF fonts.  Just reference them in
userconfig.xml file like you would any font.  The instructions on doing this
are available from FOP

--

David B. Bitton
[EMAIL PROTECTED]
www.codenoevil.com

Code Made Fresh Daily™
- Original Message -
From: Carlos Daniel Schafer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 12, 2002 8:28 AM
Subject: RE: Unix and FOP ?


 But

 I need working with the fonts specials, for examples barcode (I2OF5.ttf)
by
 Windows.

 How I can do it ? or Is there the fonts specials for UNIX differents to
True
 Type?.


  -Mensaje original-
  De: Alistair Hopkins [SMTP:[EMAIL PROTECTED]]
  Enviado el: viernes, 12 de abril de 2002 4:31
  Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Asunto: RE: Unix and FOP ?
 
  I can't remember the details but there are certain gui packages which
Fop
  needs to process the default fonts: if you run it on linux without
  X-windows
  it may well complain
 
  -Original Message-
  From: John Austin [mailto:[EMAIL PROTECTED]]
  Sent: 12 April 2002 07:36
  To: [EMAIL PROTECTED]
  Subject: Re: Unix and FOP ?
 
 
  On Thursday 11 April 2002 09:37, you wrote:
   Hi,
  
   I need information the file xsl:fo transformation in UNIX.
   What's I need by uses XSL:FO in UNIX?
   Can I do?
 
  You can use xsl:fo in ANY system that has an implementation of the Java
  VM. This includes any reasonable implementation of Unix (AFAIK).
 
  Many people use Cocoon 2 from the Apache project because it provides a
  ton of features, but you can use just the Fop program if you wish to.
 
  I use it both ways and have also used it from XML Spy.
 
  In Cocoon 2 you can run XSL transformations to produce an XSL:FO
  document and render this to one of a number of formats such as PDF, PS
  and RTF using the FopSerializer.
 
  I have also used Fop driven by a shell script. The memory footprint is
  smaller but you have to cart Fop around with you. From Cocoon, you can
  generate fancy-pants documents over the network.
 
  Cocoon has a much steeper and lengthy learning curve. Fop is much
  smaller and comes with lots of examples.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
  ---
  Incoming mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002
 
  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]

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



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




RE: Unix and FOP ?

2002-04-12 Thread Carlos Daniel Schafer

In window, I can worked correctly and I uses instruccions and reference them
in userconfig.xml, but 
Can I use the specials fonts by Window without problems into UNIX.?
That's possible?


 -Mensaje original-
 De:   David B. Bitton [SMTP:[EMAIL PROTECTED]]
 Enviado el:   viernes, 12 de abril de 2002 10:39
 Para: [EMAIL PROTECTED]
 Asunto:   Re: Unix and FOP ?
 
 I have used FOP on Linux w/ TTF fonts.  Just reference them in
 userconfig.xml file like you would any font.  The instructions on doing
 this
 are available from FOP
 
 --
 
 David B. Bitton
 [EMAIL PROTECTED]
 www.codenoevil.com
 
 Code Made Fresh Daily(tm)
 - Original Message -
 From: Carlos Daniel Schafer [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, April 12, 2002 8:28 AM
 Subject: RE: Unix and FOP ?
 
 
  But
 
  I need working with the fonts specials, for examples barcode (I2OF5.ttf)
 by
  Windows.
 
  How I can do it ? or Is there the fonts specials for UNIX differents to
 True
  Type?.
 
 
   -Mensaje original-
   De: Alistair Hopkins [SMTP:[EMAIL PROTECTED]]
   Enviado el: viernes, 12 de abril de 2002 4:31
   Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
   Asunto: RE: Unix and FOP ?
  
   I can't remember the details but there are certain gui packages which
 Fop
   needs to process the default fonts: if you run it on linux without
   X-windows
   it may well complain
  
   -Original Message-
   From: John Austin [mailto:[EMAIL PROTECTED]]
   Sent: 12 April 2002 07:36
   To: [EMAIL PROTECTED]
   Subject: Re: Unix and FOP ?
  
  
   On Thursday 11 April 2002 09:37, you wrote:
Hi,
   
I need information the file xsl:fo transformation in UNIX.
What's I need by uses XSL:FO in UNIX?
Can I do?
  
   You can use xsl:fo in ANY system that has an implementation of the
 Java
   VM. This includes any reasonable implementation of Unix (AFAIK).
  
   Many people use Cocoon 2 from the Apache project because it provides a
   ton of features, but you can use just the Fop program if you wish to.
  
   I use it both ways and have also used it from XML Spy.
  
   In Cocoon 2 you can run XSL transformations to produce an XSL:FO
   document and render this to one of a number of formats such as PDF, PS
   and RTF using the FopSerializer.
  
   I have also used Fop driven by a shell script. The memory footprint is
   smaller but you have to cart Fop around with you. From Cocoon, you can
   generate fancy-pants documents over the network.
  
   Cocoon has a much steeper and lengthy learning curve. Fop is much
   smaller and comes with lots of examples.
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, email: [EMAIL PROTECTED]
  
   ---
   Incoming mail is certified Virus Free.
   Checked by AVG anti-virus system (http://www.grisoft.com).
   Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002
  
   ---
   Outgoing mail is certified Virus Free.
   Checked by AVG anti-virus system (http://www.grisoft.com).
   Version: 6.0.344 / Virus Database: 191 - Release Date: 02/04/2002
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, email: [EMAIL PROTECTED]
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

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




UNIX AND FOP?

2002-04-11 Thread Carlos Daniel Schafer

Hi,

I need information the file xsl:fo transformation in UNIX. 
What's I need by uses XSL:FO in UNIX?
Can I do?

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