-
Notifications
You must be signed in to change notification settings - Fork 20
Try to restore support for exporting as PDF #10
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When moving to Batik 1.14 (in GMF Runtime 1.14), support for exporting diagrams as PDF has been removed as it depends on Apache FOP, and that was not available in a compatible version in Orbit.
See org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg.SVGImageConverter.exportToPDF(SVGImage, OutputStream).
Recent versions of Tycho support getting dependencies directly from Maven Central without needing to go through Orbit, and the Eclipse Foundation's IP guidelines allow that. Maybe it's possible to restore support for PDF export by getting a compatible FOP from there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request