.NET Library for CGM File Conversion

后端 未结 2 843
借酒劲吻你
借酒劲吻你 2021-01-18 22:05

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

2条回答
  •  Happy的楠姐
    2021-01-18 22:36

    JCGM

    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

提交回复
热议问题