Custom File Name Configuration

 

Black Ice Printer Drivers can be easily configured to use a custom file naming scheme.

To open the Custom File Name generation utility, go to Printing Preferences > Filename Generation > Filename Generation Method > Custom file naming. Press Configure… to start the Custom File Name generation utility.

 

 

The filename can consist of 5 parts: a Prefix, 2 Optional Fields, a Custom Field and an Extension.

 

Prefix - Prefix can be 0 - 4 characters long.

 

Custom Field - Custom field can be empty, a separator, or used as a custom text filename element.

NOTE: In Custom Field, special characters (such as <, /, :) are not allowed.

 

Optional Field- Several basic tags can be used as an element of the output filename. The values for the optional fields insert the specific value into the output file name:

 

Name

Tag

Description

None

 

Empty text.

Document Name

<<DOCNAME>>

Inserts the original document’s name into the output file name. The maximum length is 256 characters.

User Name

<<USERNAME>>

Inserts the current logged-in user into the output filename.

Computer Name

<<COMPUTER>>

Inserts the host name of the computer in the output filename.

Page Number

<<PAGENUM>>

Inserts the Page number of the document.

 

For example, a multipage document printed as separate files show the actual page number of the content in the filename.

 

If a multipage document is printed as a single file, the value reflects the total number of pages.

 

The Page Number uses zero padding for 4 characters, for example, 0005.

 

Date

<<DATE>>

Inserts the actual system date at the time of printing. The formatting follows the system’s default format.

Time

<<TIME>>

Inserts the actual system time at the time of printing. The format follows the system’s default format.

 

It is not recommended to use this value together with the Combine/Merge multiple documents into a single file option.

Date and Time

<<DATETIME>>

Inserts the actual system date and time at the time of printing. The formatting follows the system’s default format.

Time with Millisec.

<<TIMEMS>>

Local time with millisecond accuracy.

Counter

<<COUNTER>>

Sequential Counter number in 7 digits format. The Counter is not reset after print Jobs.

 

Extension - The extension of the output filename can be specified as well.

 

The preview shows the selected custom file naming scheme if the output contains multiple files. If the result of the document conversion is a single output file, for example, PDF file, the filename follows the first example.

 

The Help section provides the users with information about the optional fields. The printer driver’s documentation is also available from this dialog.

 

NOTE: In Windows, the maximum length for a file path is 260 characters. If the generated filename added to the path of the output directory is longer than the maximum path (260 characters), then the filename generation process leaves out certain elements. In a generated filename the document name is the dominant element and is kept, but other optional fields could be discarded. The filename generation process keeps as much of the custom filename scheme as possible.

 

Use output folder from INI file – One can configure a Black Ice Printer Driver INI file which specifies the output directory where to save the generated documents. In order to use the output folder from an INI file, enable the Use output folder from INI file option, browse an INI file. The INI file must contain the following information:

 

[Black Ice ColorPlus]

OutputDirectory=C:\temp

 

C:\temp must be substituted with the desired output folder.

 

NOTE: Environment variables cannot be used to specify the INI file.