I have been working on a utility to convert various files to PDF for easy printing/emailing. I\'m trying to add support for CGM files but have not been able to find any li
Using IKVM you could pull in the Java JCGM library.
It has support for rendering to a Java Graphics object and no dependencies on other libraries. I'm not sure if IKVM will support all the required Swing calls but its definitely got support for some: AWT/Swing a Little Bit Less Unsupported