User cec0f3a823
28-09-2009 17:11:07
I have MarvinSketch running from javascript and I can get all sorts of data from the current molecule in Sketch but its image!
Right now I am using MolConvert webservice to get the image, after retrieving the molecule's SMARTS from sketch (via getMol).
But I'd rather get the image directly from MarvinSketch, first it'd be quicker and second, the image I get from MolConvert is not exactly the same shown in Sketch.
Is that possible? I know getMol() will not do it, is there any other way?
TIA