Molecule blank = new Molecule();
Molecule2Png m2p = new Molecule2Png();
m2p.fixedWidthAndHeight = true;
m2p.height = 300;
m2p.width = 300;
m2p.renderMolecule(blank, new File(paperDir, "blank.png").toString());
} catch (Exception ee) {
}
trans.transform(new StreamSource(new File(paperDir, "markedup.xml")), new StreamResult(new File(paperDir, "markedup.html")));
System.out.println(paperDir);