2 <!-- $Id: fop.xconf 1339442 2012-05-17 01:42:56Z gadams $ -->
6 This is an example configuration file for FOP.
7 This file contains the same settings as the default values
8 and will have no effect if used unchanged.
10 Relative config url's will be resolved relative to
11 the location of this file.
15 <!-- NOTE: This is the version of the configuration -->
18 <!-- Base URL for resolving relative URLs -->
21 <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
22 <source-resolution>72</source-resolution>
23 <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
24 <target-resolution>72</target-resolution>
26 <!-- Default page-height and page-width, in case
27 value is specified as auto -->
28 <default-page-settings height="11in" width="8.26in"/>
30 <!-- Information for specific renderers -->
31 <!-- Uses renderer mime type for renderers -->
33 <renderer mime="application/pdf">
35 <!-- provides compression using zlib flate (default is on) -->
40 <!-- embedded fonts -->
41 <font embed-url="fonts/OpenSans-Light.ttf">
42 <font-triplet name="Open Sans Light" style="normal"
45 <font embed-url="fonts/OpenSans-LightItalic.ttf">
46 <font-triplet name="Open Sans Light" style="italic"
49 <font embed-url="fonts/OpenSans-Semibold.ttf">
50 <font-triplet name="Open Sans Light" style="normal"
53 <font embed-url="fonts/OpenSans-SemiboldItalic.ttf">
54 <font-triplet name="Open Sans Light" style="italic"
58 <font embed-url="fonts/DejaVuSansMono.ttf">
59 <font-triplet name="DejaVu Sans Mono" style="normal"
62 <font embed-url="fonts/DejaVuSansMono-Oblique.ttf">
63 <font-triplet name="DejaVu Sans Mono" style="italic"
66 <font embed-url="fonts/DejaVuSansMono-Bold.ttf">
67 <font-triplet name="DejaVu Sans Mono" style="normal"
70 <font embed-url="fonts/DejaVuSansMono-BoldOblique.ttf">
71 <font-triplet name="DejaVu Sans Mono" style="italic"
77 <renderer mime="image/svg+xml">
78 <format type="paginated"/>
80 <strokeText value="false"/>
83 <renderer mime="text/xml">