Set the document conversion options as parameters to the Java Virtual Machine (JVM), via the Java -D
option.
To set the fallback format, use one of these two parameters:
Example 5. Example of setting document conversion options
.\bin\web-crawler -d 2 -s mysites.lst -JVM "-Dstellent.fallbackFormat=ascii8"
Note
On Windows machines, the parameters should be quoted if they contain equals signs.