sdf2svg - Converting .mol or .sdf files to SVG
sdf2svg is a PHP based application for converting sdf or mol file to svg - scalable vector graphics.Sample
Click here for a sample application based on sdf2svgAbout
Sdf2svg is developed and maintained by Ronnie Persson - Binofo. Developed in PHP it can easily be incorporated into a database system to auto generate SVG images. It was originally developed for the Chemical Biology Platform at the University of Gothenburg. Thanks to Lars Brive for testing and feedback.FAQ
- Q: Under which license is sdf2svg published?
A: Sdf2svg is public domain and is therefor free for anyone to use, distribute, copy, change and sell. Read more at wikipedia. - Q: Where can I find the source code?
A: The source code is published at: http://sourceforge.net/projects/sdf2svg/ - Q: I can't see the output image?
A: SVG files can only be viewed with Firefox or Safari, you can still download the SVG file and view it with a SVG editor or viewer.Download Firefox here - Q: I can't see the editor?
A: The JME editor needs Java to work. Download Java here - Q: Which SVG editor do you recommend?
A: The open source editor Inkscape - Q: What is SVG?
A: Scalable Vector Graphics (SVG) is an XML specification and file format for describing two-dimensional vector graphics, both static and dynamic (interactive or animated). Read more at wikipedia. - Q: Why SVG?
A: Due to the scalability SVG images can be used for publications and posters.