Footer
Note: This filter outputs text both at the end of a file, and the end of a Restriction. To only output text at the end of a file, use the Add File Footer filter.
Adds the contents of the file or the specified text to the end of each file. This filter is usually positioned at the bottom of the filter list ie just before <output>. Sub filters can be used to pre-process the file or text being added.
Note: If you wish to add a footer to the end of each page of a file that contains many pages, the best method of doing so is to use an 'Add Footer Text' filter in conjunction with a search and replace for page end characters. Search for a form feed character (\f or \012), and when you find it, replace with your page footer text followed by \f.
The right-click (or context) menu on this field supports Undo, Cut, Copy, Paste, Delete, Clear Entire Field, Select All and Select All And Copy, entering special characters and inserting macros and global variables. Special characters and macros are ONLY supported when they are entered in the text field - they will not be interpreted or parsed when a file's contents are included.
Useful for adding copyright messages to the end of HTML files.
Add file footer
Although otherwise identical to the Add Footer filter, this filter does NOT generate any output at the end of a Restriction.
Adds the contents of the file or the specified text to the end of each file. This filter is usually positioned at the bottom of the filter list ie just before <output>. Sub filters can be used to pre-process the file or text being added.
Note: If you wish to add a footer to the end of each page of a file that contains many pages, the best method of doing so is to use an 'Add Footer Text' filter in conjunction with a search and replace for page end characters. Search for a form feed character (\f or \012), and when you find it, replace with your page footer text followed by \f.
The right-click (or context) menu on this field supports Undo, Cut, Copy, Paste, Delete, Clear Entire Field, Select All and Select All And Copy, entering special characters and inserting macros and global variables. Special characters and macros are ONLY supported when they are entered in the text field - they will not be interpreted or parsed when a file's contents are included.
Add column of text
Inserts a new column of text. The position the text is inserted is determined by a column count. The leftmost column is column 1 – inserting in this column displaces all other text to the right. If the insert column given is 0, the text is inserted at the end of the line. If the insert column is negative, the text is inserted at the given position relative to the end of the line. If the insert column given is before the start of the line, or beyond the end of the line, then the text is pre-pended or appended to the line respectively. Sub filters can be used to pre-process the file or text being inserted.

Add Text Side By Side
This filter is used to join two files together as columns side by side. If File A represents each file from the Files to Process list, and File B is the file being added side by side, then each line of File B gets added to the right hand end of each line from File A. If File A has more lines than File B, then the lines at the end of File A won't have anything from File B (if you need them to, either make sure that both files have the same number of lines, or use the Add Repeating Text Side By Side filter). If File B has more lines than File A, then the extra lines from File B will be omitted.
You may wish to precede the Add Text Side By Side filter with a Pad to Width filter to make sure that the right hand margin of File A is not ragged when the lines are joined.
|