Prev Next Top
This panel displays the following components:
- Handling of Spaces in File Name
list: It contains a list of space-handling schemes. A space-handling scheme specifies how a file name with spaces will be transformed. The one displayed is the scheme that will be applied. The schemes are:
- 1-As Is
: The space characters are kept as they were
- 2-Capitalize no space
: The spaces are removed and the first non-space character after each space is replaced by its equivalent capital letter version
- 3-No space
: The spaces are removed
- 4-Replace by underscore
: Each space character is replaced by an underscore character
- 5-Replace by hyphen
: Each space character is replaced by a hyphen character
- Saved File Extension of Web Pages
list: It contains a list of file extension policies. The one displayed is the policy that will be applied. There are 3 policies:
- 1-As Is
: Save the web page with the same extension as it has at the source web site
- 2-.htm
: Save all web pages with .htm as file extension
- 3-.html
: Save all web pages with .html as file extension
- Character Replacement of File Names
combo: It is an Editable List Combo component; each item of the list specifies a character replacement policy. All policies found in the list are applied. The character at the right side of the equal sign would replace the character specified at the left of the equal sign. You can add or remove items of that list. If only spaces are found at the right side of the equal sign, it means that the character at the left side is simply removed from the text.
Prev Next Top