12.4 Associating Information to an Output File

To be able to retrieve information associated to the current file, in general for the file begin or end formatting, register_file_information can be used to associate information, and get_file_information to retrieve that information.

Function: $converter->register_file_information ($key, $value)

Associate the current output file name file to the key $key, itself associated to the value $value.

Function: $value = $converter->get_file_information ($key, $file_name)

Return the value associated to the key $key and file name $file_name.