Re: symbol font SVG not display

2003-02-26 Thread J.Pietschmann
H. krishna wrote:
See my root element.
fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
xmlns:xlink=http://www.w3.org/1999/xlink;
xmlns:svg=http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd;
This is correct or wrong? Kindly advise me.
Actually, this is not relevant to your problem.
There is, however, a certain possibility that SVG is
totally broken in FOP 0.20.5rc2. If you use this version
try 0.20.5rc1, which IIRC works.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: symbol font SVG not display

2003-02-24 Thread H. krishna
Dear J.Pietschmann,

Thank for your replay mail.
 
 Trz Symbol, with an upper case S.

Now, My symbol font problem is solved.

 1. Check whether the SVG can be displayed with
 Batik.

Yes, My SVG file is displayed on batik.

 2. Run the FOP CLI with the -d switch, if you get a
 stack
 trace, post it.

I don't understood, what the meaning of CLI. Please
replay me.

Regards,
H. Balakrishnan


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



Re: symbol font SVG not display

2003-02-24 Thread Myriam Delperier
i think you should put -d  (like debug) option in fop.bat
it would be something like this
java -cp %LOCALCLASSPATH% org.apache.fop.apps.Fop -d %1 %2 %3 %4 %5 %6 %7 %8
- Original Message -
From: H. krishna [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 24, 2003 9:18 AM
Subject: Re: symbol font  SVG not display


 Dear J.Pietschmann,

 Thank for your replay mail.
 
  Trz Symbol, with an upper case S.

 Now, My symbol font problem is solved.

  1. Check whether the SVG can be displayed with
  Batik.

 Yes, My SVG file is displayed on batik.

  2. Run the FOP CLI with the -d switch, if you get a
  stack
  trace, post it.

 I don't understood, what the meaning of CLI. Please
 replay me.

 Regards,
 H. Balakrishnan


 __
 Do you Yahoo!?
 Yahoo! Tax Center - forms, calculators, tips, more
 http://taxes.yahoo.com/

 -
 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: symbol font SVG not display

2003-02-24 Thread H. krishna
Dear Myriam Delperier,

 i think you should put -d  (like debug) option in
 fop.bat
 it would be something like this
 java -cp %LOCALCLASSPATH% org.apache.fop.apps.Fop -d
 %1 %2 %3 %4 %5 %6 %7 %8
 java -Xmx250m -cp
%LOCALCLASSPATH%org.apache.fop.apps.Fop  -d -c
conf\userconfig.xml %1 %2 %3 %4 %5 %6 %7 %8

Yes, see My fop.bat file:
java -Xmx250m -cp %LOCALCLASSPATH%
org.apache.fop.apps.Fop  -d -c conf\userconfig.xml %1
%2 %3 %4 %5 %6 %7 %8

But, i am not get a stack trace. what is meant by
stack trace?

  Regards,
  H. Balakrishnan


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



symbol font SVG not display

2003-02-22 Thread H. krishna
hai everybody,

Sorry, my poor english.

i am using symbol font. But, in the PDF file the
charcter is displayed # symbol.
And one another thing is, i am create new font as per
fop guidelines. but, same result is shown on the fop
compilation error.

The Error is:

unknown font symbol,normal,normal so defaulted font to
any


SVG:

The following errors is displayed on fop running.

Could not load external SVG: null
Error while creating area: No ImageReader for this
type of image (file://d:/fop/fop-0.20.5rc2/e001.svg)

Anybody help is greatly appreciated.

Regards,
H. Balakrishnan

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



Re: symbol font SVG not display

2003-02-22 Thread J.Pietschmann
H. krishna wrote:
The Error is:
unknown font symbol,normal,normal so defaulted font to
Trz Symbol, with an upper case S.
SVG:
...
Could not load external SVG: null
Error while creating area: No ImageReader for this
type of image (file://d:/fop/fop-0.20.5rc2/e001.svg)
Somehow your SVG was not recognized as such.
1. Check whether the SVG can be displayed with Batik.
2. Run the FOP CLI with the -d switch, if you get a stack
   trace, post it.
J.Pietschmann

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