You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Bibhu_Das <Bi...@satyam.com> on 2009/02/20 07:34:01 UTC

Help for svg on IBM AIX

Dear All,
I have installed the X11 libraries for displaying bar graphs which is done by svg <fo:instream-foreign-object>.
Can I know the name of specific libraries for displaying svg bar graphs.

Thanks and Regards

Bibhu Das
Telephone: 04030652887
Mobile: 9951593210



________________________________
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

Re: Help for svg on IBM AIX

Posted by Max Berger <ma...@berger.name>.
Dear Bibhu Das,

you have addressed the wrong mailing list. This list is about
development of fop. For usage problems, please send an email to fop-user.

Bibhu_Das schrieb:
> I have installed the X11 libraries for displaying bar graphs which is
> done by svg <fo:instream-foreign-object>.
> Can I know the name of specific libraries for displaying svg bar graphs.

For SVG you need the batik libraries, which are part of the fop standard
distribution. So the problem here seems to be something else. Please add:
- a minimal .fo file which shows your problem
- the exact output when you run fop

> Thanks and Regards
> Bibhu Das

Max

-- 
http://max.berger.name/
OpenPGP ID: C93C5700 Fpr: AB6638CE472A499B3959 ADA2F989A2E5C93C5700


Re: Help for svg on IBM AIX

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Please send questions about FOP to the fop-users@xmlgraphics.apache.org
list in the future. Thanks.

If you just want to display SVG images, that requires Apache Batik in
the classpath. Batik is bundled with FOP.

I currently know of no FOP extensions that would allow to add bar graphs
(you mean charts, right?) in a special XML dialect as part of an
fo:instream-foreign-object. So that means you have to generate SVG
graphics from bar graphics using a third-party tool. You can find a
number of those under:
http://java-source.net/open-source/charting-and-reporting
Or you use Google's Chart API, for example:
http://code.google.com/apis/chart/ (but that doesn't support SVG)


On 20.02.2009 07:34:01 Bibhu_Das wrote:
> Dear All,
> I have installed the X11 libraries for displaying bar graphs which is done by svg <fo:instream-foreign-object>.
> Can I know the name of specific libraries for displaying svg bar graphs.
> 
> Thanks and Regards
> 
> Bibhu Das


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Help for svg on IBM AIX

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Please send questions about FOP to the fop-users@xmlgraphics.apache.org
list in the future. Thanks.

If you just want to display SVG images, that requires Apache Batik in
the classpath. Batik is bundled with FOP.

I currently know of no FOP extensions that would allow to add bar graphs
(you mean charts, right?) in a special XML dialect as part of an
fo:instream-foreign-object. So that means you have to generate SVG
graphics from bar graphics using a third-party tool. You can find a
number of those under:
http://java-source.net/open-source/charting-and-reporting
Or you use Google's Chart API, for example:
http://code.google.com/apis/chart/ (but that doesn't support SVG)


On 20.02.2009 07:34:01 Bibhu_Das wrote:
> Dear All,
> I have installed the X11 libraries for displaying bar graphs which is done by svg <fo:instream-foreign-object>.
> Can I know the name of specific libraries for displaying svg bar graphs.
> 
> Thanks and Regards
> 
> Bibhu Das


Jeremias Maerki