File: PROPERTIESnARGS.md

package info (click to toggle)
libsejda-java 4.3.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 35,848 kB
  • sloc: java: 29,637; xml: 1,540; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
System properties
=============
A list of system properties that users can configure to alter Sejda behavior.

**sejda.config.file**  
*values:* a string with the configuration filename  
*default:* sejda.xml  
*description:* let the user specify the name of the Sejda config file. If specified, the file is searched in the classpath first and on the filesystem as fallback, if not specified the default 'sejda.xml' is searched in the classpath.  


**sejda.perform.schema.validation**  
*values:* true|false  
*default:* true  
*description:* if set to true Sejda will perform XSD validation of the supplied xml configuration file.  


**sejda.unethical.read**  
*values:* true|false  
*default:* false  
*description:* activates what in iText is called 'unethical read' which bypass document permissions where possible.