Hi,
In my application, I am uploading a HTML file through FileManager. Now I want to convert this HTML file into PDF. For that I am writing a JavaAction. In that, I don't know how to read the HTML file into InputStream and how to convert that content of HTML file into String. How can I do this? Please help me with your valuable suggestion. I need the syntax of HTML file reader and convertion of that to string. I hope I am clear from my end. If not please let me know.
Thanks,
Venkat.