int index = HTML_PATH.lastIndexOf(File.separatorChar);
String IMAGE_PATH = HTML_PATH.substring(index+1, HTML_PATH.length());
replaceMacro(HTML_PATH);
File htmlFile = new File(HTML_PATH);
Html2Write html2write = new Html2Write();
html2write.transformation(htmlFile, new BigDecimal(defverid));
Html2FormView html2formview = new Html2FormView();
html2formview.transformation(htmlFile, new BigDecimal(defverid));