pub fn convert_file( input_path: &Path, output_path: &Path, output_format: &str, ) -> Result<(), String>
Converts file from one format to another