chemaxon.io.exporter

def export_mol(mol: chemaxon.molecule.Molecule, format: str) -> str:

Molecule export

You can find more information about file formats and options on the following link: https://docs.chemaxon.com/display/docs/formats_index.md

Here you can find the supported formats: https://docs.chemaxon.com/display/docs/python-api_limitations.md

Parameters

mol : Molecule Input molecule format : str This option is to specify the format and options for the export

Returns

exported : str The exported molecule