开发者

Is it possible to import EPS files with iTextSharp?

开发者 https://www.devze.com 2023-03-16 00:29 出处:网络
I have to import an eps file : FileStream fs = new FileStream(\"foo.eps\", FileMode.Open);开发者_运维问答

I have to import an eps file :

FileStream fs = new FileStream("foo.eps", FileMode.Open);开发者_运维问答
iTextSharp.text.Image img = Image.GetInstance(fs);

Is this possible?


The last time I checked you couldn't use an EPS with iTextSharp but you can use a vector-based WMF file.

0

精彩评论

暂无评论...
验证码 换一张
取 消