Image export

User ffb6e86569

24-05-2006 02:09:51

Now I'm trying to generate an image in Marvin applet and save it.how can I get it without "Save Image..."?and my application works without server,so I can't use jsp to save the image posted by the applet.


Is there any other way?


thanks

User 870ab5b546

26-05-2006 01:50:11

If you are doing it manually, you can simply highlight the structure, press the Copy button, and paste the image into MS Word or an email program such as Eudora.

ChemAxon 7c2d26e5cf

26-05-2006 14:38:11

There is no method in the Marvin Applets API (JMSketch/ JMView) to save programatically an image.
Quote:
and my application works without server,so I can't use jsp to save
By the way, using applets without a web server (via "file" protocol instead of "http") is not too practical. By using "file" protocol to access an applet (e.g.: "file:///C:/dev/myapplet.html") can cause problems with loading extra resources (like templates or properties files).