Hi everyone. I'm trying to convert HTML to DOCX, but I always get errors.
I reead a lot of forum discussions but I have no idea how to solve the problem.
I'm calling a class in
My code
@Override
public void generateDoc(final String codSocietaSoa, final int docType) throws Exception {
logger.debug("TEXT REPLACER SERVICE - start generateDoc");
Callable c = new Callable() {
@Override
public Object call() throws Exception {
logger.debug("TEXT REPLACER SERVICE - start ...