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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
  2. <!-- to developers: have a look at the config.dtd to
  3. see how to structure your config entries -->
  4. <configuration>
  5. <entry>
  6. <key>version</key>
  7. <value>FOP 0.17.0 DEV</value>
  8. </entry>
  9. <!-- default values for commandline options -->
  10. <!-- suppress all progress information, error message are still displayed -->
  11. <entry>
  12. <key>quiet</key>
  13. <value>false</value>
  14. </entry>
  15. <!-- sets debug mode on/off; debug mode hasm more progress
  16. information and a stacktrace in case of a fatal exception -->
  17. <entry>
  18. <key>debugMode</key>
  19. <value>false</value>
  20. </entry>
  21. <!-- displays all configuration settings and then exits -->
  22. <entry>
  23. <key>dumpConfiguration</key>
  24. <value>false</value>
  25. </entry>
  26. <!-- -->
  27. <entry>
  28. <key>debugMode</key>
  29. <value>false</value>
  30. </entry>
  31. <!-- stream-filter-list provides the default filters that are applied to all
  32. stream objects within the PDF file. These are normally used for
  33. compression -->
  34. <entry role="pdf">
  35. <key>stream-filter-list</key>
  36. <list>
  37. <!-- provides compression using zlib flate (default is on)-->
  38. <value>flate</value>
  39. <!-- encodes binary data into printable ascii characters (default off)
  40. This provides about a 4:5 expansion of data size -->
  41. <value>ascii-85</value>
  42. <!-- encodes binary data with hex representation (default off)
  43. This filter is not recommended as it doubles the data size -->
  44. <!-- <value>ascii-hex</value> -->
  45. </list>
  46. </entry>
  47. <fonts>
  48. </fonts>
  49. </configuration>