C# import of Adobe Illustrator (.AI) files render to Bitmap?

后端 未结 2 2069
陌清茗
陌清茗 2021-02-11 01:56

Anyone knows how to load a .AI file (Adobe Illustrator) and then rasterize/render the vectors into a Bitmap so I could generate eg. a JPG or PNG from it?

I would like t

2条回答
  •  难免孤独
    2021-02-11 02:40

    Well, if Gregory is right that ai files are pdf-compatible, and you are okay with using GPL code, there is a project called GhostscriptSharp on github that is a .NET interface to the Ghostscript engine that can render PDF.

提交回复
热议问题