You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
688 B
26 lines
688 B
15 years ago
|
<refentry id="fop.extensions">
|
||
|
<refmeta>
|
||
|
<refentrytitle>fop.extensions</refentrytitle>
|
||
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
||
|
</refmeta>
|
||
|
<refnamediv>
|
||
|
<refname>fop.extensions</refname>
|
||
|
<refpurpose>Enable FOP extensions?</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsynopsisdiv>
|
||
|
<src:fragment id='fop.extensions.frag'><xsl:param name="fop.extensions" select="0"/></src:fragment>
|
||
|
</refsynopsisdiv>
|
||
|
|
||
|
<refsect1><title>Description</title>
|
||
|
|
||
|
<para>If non-zero,
|
||
|
<ulink url="http://xml.apache.org/fop/">FOP</ulink>
|
||
|
extensions will be used. At present, this consists of PDF bookmarks.
|
||
|
</para>
|
||
|
|
||
|
<para>This parameter can also affect which graphics file formats
|
||
|
are supported</para>
|
||
|
</refsect1>
|
||
|
</refentry>
|