I can't user fop with -awt option

2002-02-22 Thread Miya Chiharu
Hi, I get an error message "[ERROR]: AWTstarter could not be loaded." when I try to use fop with -awt option. I use fop-0.20.3 and when I use fop-0.20.1 I can use -awt option. fop-0.20.3 doesn't support -awt option ? - Miya Chiharu

Re: individual character in symbol font?

2002-02-22 Thread Stephen Clarke
- Original Message - From: Arved Sandstrom [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 22, 2002 3:15 AM Subject: RE: individual character in symbol font? Ideally, and I don't think FOP does this yet, this is what font-selection-strategy (and other font properties)

Re: I can't user fop with -awt option

2002-02-22 Thread Carlos
What OS are you using? I seem to remember that this used to work only with X but I'm not sure if that changed or not CarlosOn 02/21/02 19:42, Miya Chiharu [EMAIL PROTECTED] wrote: Hi, I get an error message [ERROR]: AWTstarter could not be loaded. when I try to use fop with -awt option. I

RE: I can't user fop with -awt option

2002-02-22 Thread Buchtik, Michal
change language to english add -l en parameter to command line Michal -Original Message- From: Miya Chiharu [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2002 4:43 AM To: [EMAIL PROTECTED] Subject: I can't user fop with -awt option

RE: I can't user fop with -awt option

2002-02-22 Thread Miya Chiharu
Michal, Thank you for your advice. I can use -awt option !! change language to english add -l en parameter to command line Michal - Miya Chiharu

font-size problem

2002-02-22 Thread Miya Chiharu
I try to format the following fo document. Some character using big size font overlap the first line text. I think that fo cannot find correct line height. Can fop layout the following document correctly ? ?xml version="1.0" encoding="UTF-8"? fo:root

RE: Error:

2002-02-22 Thread Dominic Salvia
Title: Error: > Does anyone know ifthere is any way of disabling this output? Thanks Dominic SalviaProject Analyst Exel Computer Systems plcBothe HallSawleyLong EatonNottingham, UKNG10 3XL Telephone : +44 (0) 115 946 0101 x530E-Mail : [EMAIL PROTECTED]Website : www.exel.co.uk

FOP - dll ???????????

2002-02-22 Thread dav sem
HI Community, I have a question about possibility to generate a dll that perform PDF file using FOP Java class. Somebody know some tool or method to generate a dll from Java Code?? I know that this perform is incorrect (open source like Java that become a Microsoft dll) but I need it!

FOP0.20.3

2002-02-22 Thread Meena
Hi, I tried using fop0.20.3. But while using the batch file, i'm getting the following error. What could be the reason? Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/fop/apps/Fop regds Meena **Disclaimer

Re: FOP0.20.3

2002-02-22 Thread Fischer Tibor
i had the same bug with fop0.20.3, so i use fop0.20.1 instead, and that's ok Fishy Meena wrote: Hi, I tried using fop0.20.3. But while using the batch file, i'm getting the following error. What could be the reason? Exception in thread main java.lang.NoClassDefFoundError:

RE: individual character in symbol font?

2002-02-22 Thread Arved Sandstrom
Youd would have one template that picks up element, as in xsl:template match=element fo:block xsl:apply-templates/ /fo:block /xsl:template and then if you supply another for greek it will get picked up as necessary: xsl:template match=greek fo:character character={.}/ /xsl:template

RE: FOP0.20.3

2002-02-22 Thread C.Dittberner
Title: RE: FOP0.20.3 Maybe you have to do a build to create the fop-archives. regards Christoph -Original Message- From: Fischer Tibor [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 12:42 PM To: [EMAIL PROTECTED] Subject: Re: FOP0.20.3 i had the same bug with

AW: FOP0.20.3

2002-02-22 Thread Skladov, Victor
Hi Meena! What batch do you mean? When you execute fop.bat, make sure you're doing it in main fop directory: fop-0.20.3, or you must adapt the batch to your directory. Example: In batch: java -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar etc. So that you can execute this batch from

Re: Error:

2002-02-22 Thread Chuck Paussa
Roland, The [ERROR]: message is a generic message meaning that a recoverable error occured. The recoverable errors are listed in the spec but, the most common reason is that some of the output text did not fit in the designated space. For instance, if you specify a fo:region-before extent

Re: font-size problem

2002-02-22 Thread Chuck Paussa
Miya, property - "line-stacking-strategy" is not implemented yet. Until it is, you'll have to use line-height and calculate it. I've found that using 1/2 the maximum fon-size in mm works pretty good. So, your fo:block would be fo:block line-height="10mm"fo:inline

Re: FOP0.20.3

2002-02-22 Thread Carlos
Title: Re: FOP0.20.3 Did you put fop.jar on your classpath? I find this is still necessary On 02/22/02 1:58, Meena [EMAIL PROTECTED] wrote: Hi, I tried using fop0.20.3. But while using the batch file, i'm getting the following error. What could be the reason? Exception in thread main