You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orca has support for exporting EPS and EMF image formats, and we should do the same in Kaleido for feature parity.
For EPS, this would involve performing PDF export to a temporary file and then using the pdftops command-line utility from poppler. This would introduce an optional dependency on poppler.
For EMF, this would involve performing SVG export to a temporary file and then using inkscape from the command-line to convert the SVG file to and EMF file. This would introduce an optional dependency on inkscape.
Both poppler and inkscape are available as conda packages, so we could consider making these hard dependencies of the conda package.
The text was updated successfully, but these errors were encountered:
Orca has support for exporting EPS and EMF image formats, and we should do the same in Kaleido for feature parity.
pdftops
command-line utility from poppler. This would introduce an optional dependency on poppler.inkscape
from the command-line to convert the SVG file to and EMF file. This would introduce an optional dependency on inkscape.Both poppler and inkscape are available as conda packages, so we could consider making these hard dependencies of the conda package.
The text was updated successfully, but these errors were encountered: