What is the best way to print an HTML on the server side ?. I am generating an HTML on the client side (with javascript and css) to print it (using window.print ()). I do not want to also have to generate it from the server side the print. I want to be able to pass to the Server the HTML generated on the client's side so that it prints it on one of its printers. Is the best practice?