aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2004-07-09 20:07:47 +0000
committerSimon Pepping <spepping@apache.org>2004-07-09 20:07:47 +0000
commit1e13fb1749cafa6810e82704da3e4873b2770420 (patch)
treeff687a32f722ef685c3dd5c11997b022e329167a /conf
parent4b34fe5b17978e8f0d671235baf176f7bbcc0840 (diff)
downloadxmlgraphics-fop-1e13fb1749cafa6810e82704da3e4873b2770420.tar.gz
xmlgraphics-fop-1e13fb1749cafa6810e82704da3e4873b2770420.zip
Reviewed the Mime types
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197777 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r--conf/fop.xconf188
1 files changed, 99 insertions, 89 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf
index 2f40578a8..db50f5ac4 100644
--- a/conf/fop.xconf
+++ b/conf/fop.xconf
@@ -14,95 +14,105 @@ the location of this file.
<!-- NOTE: This is the version of the configuration -->
<fop version="1.0">
-<userAgent>
- <base url="./"/>
- <!-- pixel to millimeter to specify dpi, 72dpi -->
- <pixelToMillimeter value="0.35277777777777777778"/>
-</userAgent>
-
-<!-- Information for specific renderers -->
-<!-- Uses renderer mime type for renderers -->
-<renderers>
-<renderer mime="application/pdf">
- <filterList>
- <!-- provides compression using zlib flate (default is on)-->
- <value>flate</value>
-
- <!-- encodes binary data into printable ascii characters (default off)
- This provides about a 4:5 expansion of data size -->
- <!-- <value>ascii-85</value> -->
-
- <!-- encodes binary data with hex representation (default off)
- This filter is not recommended as it doubles the data size -->
- <!-- <value>ascii-hex</value> -->
- </filterList>
-
-<fonts>
- <!-- embedded fonts -->
- <!--
- this information must exactly match the font specified
- in the fo file otherwise it will use a default font.
- ie.
- <fo:inline font-family="Arial" font-weight="bold" font-style="normal">
- Arial-normal-normal font
- </fo:inline>
-
- for the font triplet specified by:
- <font-triplet name="Arial" style="normal" weight="bold"/>
-
- If you do not want to embed the font in the pdf document
- then do not include the "embed-url" attribute.
- The font will be needed where the document is viewed
- for it to be displayed properly.
-
- possible styles: normal | italic | oblique | backslant
- possible weights: normal | bold | 100 | 200 | 300 | 400
- | 500 | 600 | 700 | 800 | 900
- (normal = 400, bold = 700)
- -->
-
-<!--
- <font metrics-url="arial.xml" kerning="yes" embed-url="arial.ttf">
- <font-triplet name="Arial" style="normal" weight="normal"/>
- <font-triplet name="ArialMT" style="normal" weight="normal"/>
- </font>
- <font metrics-url="arialb.xml" kerning="yes" embed-url="arialb.ttf">
- <font-triplet name="Arial" style="normal" weight="bold"/>
- <font-triplet name="ArialMT" style="normal" weight="bold"/>
- </font>
--->
-</fonts>
-<xmlHandler mime="text/svg+xml">
-</xmlHandler>
-</renderer>
-<renderer mime="application/ps">
-<xmlHandler mime="image/svg+xml">
-</xmlHandler>
-</renderer>
-<renderer mime="pcl">
-
-</renderer>
-<renderer mime="mif">
-
-</renderer>
-<renderer mime="text/svg+xml">
-<format type="paginated"/>
-<link value="true"/>
-<strokeText value="false"/>
-</renderer>
-<renderer mime="awt">
-
-</renderer>
-<renderer mime="text/xml">
-
-</renderer>
-<renderer mime="application/rtf">
-
-</renderer>
-<renderer mime="text/text">
-<pageSize columns="80"/>
-</renderer>
-</renderers>
+ <userAgent>
+ <base url="./"/>
+ <!-- pixel to millimeter to specify dpi, 72dpi -->
+ <pixelToMillimeter value="0.35277777777777777778"/>
+ </userAgent>
+
+ <!-- Information for specific renderers -->
+ <!-- Uses renderer mime type for renderers -->
+ <renderers>
+ <renderer mime="application/pdf">
+ <filterList>
+ <!-- provides compression using zlib flate (default is on) -->
+ <value>flate</value>
+
+ <!-- encodes binary data into printable ascii characters (default off)
+ This provides about a 4:5 expansion of data size -->
+ <!-- <value>ascii-85</value> -->
+
+ <!-- encodes binary data with hex representation (default off)
+ This filter is not recommended as it doubles the data size -->
+ <!-- <value>ascii-hex</value> -->
+ </filterList>
+
+ <fonts>
+ <!-- embedded fonts -->
+ <!--
+ This information must exactly match the font specified
+ in the fo file. Otherwise it will use a default font.
+
+ For example,
+ <fo:inline font-family="Arial" font-weight="bold" font-style="normal">
+ Arial-normal-normal font
+ </fo:inline>
+ for the font triplet specified by:
+ <font-triplet name="Arial" style="normal" weight="bold"/>
+
+ If you do not want to embed the font in the pdf document
+ then do not include the "embed-url" attribute.
+ The font will be needed where the document is viewed
+ for it to be displayed properly.
+
+ possible styles: normal | italic | oblique | backslant
+ possible weights: normal | bold | 100 | 200 | 300 | 400
+ | 500 | 600 | 700 | 800 | 900
+ (normal = 400, bold = 700)
+ -->
+
+ <!--
+ <font metrics-url="arial.xml" kerning="yes" embed-url="arial.ttf">
+ <font-triplet name="Arial" style="normal" weight="normal"/>
+ <font-triplet name="ArialMT" style="normal" weight="normal"/>
+ </font>
+ <font metrics-url="arialb.xml" kerning="yes" embed-url="arialb.ttf">
+ <font-triplet name="Arial" style="normal" weight="bold"/>
+ <font-triplet name="ArialMT" style="normal" weight="bold"/>
+ </font>
+ -->
+ </fonts>
+
+ <xmlHandler mime="text/svg+xml">
+ </xmlHandler>
+
+ </renderer>
+
+ <renderer mime="application/postscript">
+ <xmlHandler mime="image/svg+xml">
+ </xmlHandler>
+ </renderer>
+
+ <renderer mime="application/vnd.hp-PCL">
+ </renderer>
+
+ <!-- MIF does not have a renderer
+ <renderer mime="application/vnd.mif">
+ </renderer>
+ -->
+
+ <renderer mime="image/svg+xml">
+ <format type="paginated"/>
+ <link value="true"/>
+ <strokeText value="false"/>
+ </renderer>
+
+ <renderer mime="application/awt">
+ </renderer>
+
+ <renderer mime="text/xml">
+ </renderer>
+
+ <!-- RTF does not have a renderer
+ <renderer mime="text/rtf">
+ </renderer>
+ -->
+
+ <renderer mime="text/plain">
+ <pageSize columns="80"/>
+ </renderer>
+
+ </renderers>
</fop>