Hi, I am trying to extract text from an html file using aspose-html library for java. I couldn’t find anything in the api to extract text, could someone point me to any example code or documentation?
com.aspose.html.HTMLDocument document = new com.aspose.html.HTMLDocument(new ByteArrayInputStream(inputFile), "about:blank");