aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/threading/sample.cfg.xml
blob: 0be7dc539be5ad0958667c17b43eb78d334c6851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<config prompt="false">
  <threads>2</threads>
  <output-dir>C:/Dev/FOP/temp/out</output-dir>
  <foprocessor class="org.apache.fop.threading.FOProcessorImpl">
    <!--
    <userconfig>C:/Dev/FOP/temp/userconfig.xml</userconfig>
    -->
    <mime>application/pdf</mime>
    <extension>.pdf</extension>
  </foprocessor>
  <tasks repeat="2">
    <task fo="C:/Dev/FOP/temp/helloworld.fo"/>
    <task xml="C:/Dev/FOP/temp/page-x-of-y.xml" xslt="C:/Dev/FOP/temp/page-x-of-y.xsl"/>
  </tasks>
</config>