Tidy tidy = new Tidy(); File input = new File("input.html"); File output = new File("output.html"); tidy.parse(input, output);