Hi,
I am extracting nodes from uploaded document, creating a document with the extracted nodes and converting it to html. using below code,
ByteArrayOutputStream docStream = new ByteArrayOutputStream();
dstDocument.sav…...uploaded document contains any smart quotes for single quotes or...code, extractedNodes.stream().filter(n->n !=null && (n.getNodeType()...