Future<String> convertFile(String input, [bool compress = false]) async { return convertWidgetStateFile(input, compress); }