Removing space after every text command in the generated text file

When the Black Ice Printer Driver extracts text out of the input files, by default it adds an extra space after each text command received. This is important when extracting text out of an excel spreadsheet.  It will ensure that there will be a space between each cell.

 

In some cases these extra space characters may not be necessary. In order to stop inserting a space character after every text command in the generated text file, add the following section to the printer driver INI file.

 

[Text Output Settings]
Add Space=0    // Default value is 1. To remove extra space set it to 0