All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ava.fj-doc-mod-fop.8.8.9.source-code.fj-doc-mod-fop-config.xml Maven / Gradle / Ivy

There is a newer version: 8.10.9
Show newest version
<fop version="1.0">

  <!-- Strict user configuration -->
  <strict-configuration>true</strict-configuration>

  <!-- Strict FO validation -->
  <strict-validation>true</strict-validation>

  <!-- Base URL for resolving relative URLs -->
  <base>.</base>

  <!-- Font Base URL for resolving relative font URLs -->
  <font-base>font/</font-base>



<renderers>
   <renderer mime="application/pdf">
	  <fonts>
		<font embed-url="TitilliumWeb-Regular.ttf">
          <font-triplet name="TitilliumWeb" style="italic" weight="normal"/>
          <font-triplet name="TitilliumWeb" style="normal" weight="normal"/>
        </font>  	  
		<auto-detect/>
	  </fonts>
   </renderer> 
</renderers>


  <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
  <source-resolution>72</source-resolution>
  <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
  <target-resolution>72</target-resolution>

  <!-- default page-height and page-width, in case
       value is specified as auto -->
  <default-page-settings height="11in" width="8.26in"/>

</fop>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy