You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Chris Bowditch <bo...@hotmail.com> on 2009/02/25 14:34:35 UTC

Re: FW: Help for svg to be shown on pdf file on IBM AIX Server

Bibhu_Das wrote:

<snip/>

> I am using fop-0.94 to generate a pdf using xsl and xml. Now I want to 
> display svg(bar graphs) on the same pdf file by using fop.
> 
> But I am unable to see the  bar graph on the pdf after running fop on 
> the IBM AIX Server 5.2 .
> 
> I too 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 
> or how to proceed further for displaying svg bar graphs

FOP uses Batik to Render the SVG to PDF. Batik relies on calls to Java 
Graphics Libraries, which in turn try to connect to a X11 environment. 
You can tell Java not to do this by specifying the option 
-Djava.awt.headless=true when the Java application is started from the 
command line.

> 
> On the pdf file generated by fop on IBM AIX Operating system.

Regards,

Chris



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