pub async fn convert( type_: String, format: String, input: PathBuf, config: Config, cache_dir: Option<PathBuf>, ) -> Result<()>