Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPS / EMF Support #5

Closed
jonmmease opened this issue Jul 1, 2020 · 1 comment
Closed

EPS / EMF Support #5

jonmmease opened this issue Jul 1, 2020 · 1 comment
Labels
feature something new

Comments

@jonmmease
Copy link
Collaborator

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.

@jonmmease jonmmease added the feature something new label Jul 1, 2020
@jonmmease
Copy link
Collaborator Author

Done in 01cf0df.

Kaleido should now have feature parity with Orca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

No branches or pull requests

1 participant