Re: font in fop

2002-01-13 Thread cn


Try this before you declare the Driver. It should work



userConfigFile = new File(userConfig);
options = new Options(userConfigFile);






Claus Nielsen






   

Maneshi Tuli 

maneshi.tuli@   To: [EMAIL PROTECTED]

db.com  cc:   

 Subject: font in fop  

12-01-2002 

00:50  

Please respond 

to fop-dev 

   

   






Hi
i have set my font in userconfig file ,
how can i set this userconfig file in fopdriver.

plz give me solution , its urgent for me

thanks



--

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.



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






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




Documentation on SAX parsing and modularisation

2002-01-13 Thread Peter B. West

Dear list,

I have added some documentation on the approach I have taken to the 
related topics of SAX parsing of the input source and modularisation of 
the FOP processing.

http://home.iprimus.com.au/pbwest/xml-fop/docs/html-docs/xml-parsing.html

I also generated javadocs for the experimental code, but even in its 
very stripped-down state, 25Mb of javadocs were generated, so they are 
not available on my web page.

Peter


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




Any real-life business use ?

2002-01-13 Thread Patrick Andries

Hello everyone,

I have busy evaluated the FO technology and I would like to hear from 
people that are using it for real-life business needs.

What kind of documents are they using it with ? What volume ? Embedding 
it in servlets ? How do they cope with the speed ? How do they justify 
using FO to their bosses ?

Anybody with both 3B2 and FO  or Compuset and FO experience ? I would 
love to hear your story.


Patrick Andries


- ° - ° - ° - °
Tout sur Unicode 3.1 en français : http://hapax.iquebec.com
Traduction complète, mise à jour, texte en ligne





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




Re: FOP Extensions

2002-01-13 Thread Keiron Liddle

On 2002.01.11 19:52 Matt Savino wrote:
 I'm still planning to write my Table-header with Continued extension
 sometime in the mythical future when I get my head above water. Does
 this fall into #1 or #3? Is it really realisitic that I'll be able to
 get this done in a few days? I'm pretty good with Java and I have access
 to a couple of near-gurus.

#1
You simply want to put an area (the word Continued) into the area tree.

I think it shouldn't be too hard. It could be just a matter of - when 
layout is called the first time then do nothing, all following times it 
should put the word Continued in the current line.


 As a refresher, the idea is make some table-header functionality that
 adds the word Continued (or anything) on all instances of the
 table-header but the first. I'm willing to make it very extensible,
 unless quick and dirty is just much easier. (IE - even hardcoding the
 word Continued somewhere, although I realize that won't help the group
 as much.)
 
 thx a lot
 -Matt

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