Hi Team, 
We are trying to transformation input file with below code. 
com.aspose.pdf.HtmlLoadOptions HtmlLoadOptions = new com.aspose.pdf.HtmlLoadOptions();
 com.aspose.pdf.Document doc = new com.aspose.pdf.Document("in…...Unable to convert HTML to PDF when there is CSS script Aspose...Document("input.html", htmlLoadOptions); doc.save("output.html")); input_file...