Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否可以使用iTextSharp导入EPS文件?_Itext_C# 2.0 - Fatal编程技术网

是否可以使用iTextSharp导入EPS文件?

是否可以使用iTextSharp导入EPS文件?,itext,c#-2.0,Itext,C# 2.0,我必须导入一个eps文件: FileStream fs = new FileStream("foo.eps", FileMode.Open); iTextSharp.text.Image img = Image.GetInstance(fs); 这可能吗?上次我检查时,您无法将EPS与iTextSharp一起使用,但您可以使用基于矢量的WMF文件。上次我检查时,您无法将EPS与iTextSharp一起使用,但您可以使用基于矢量的WMF文件

我必须导入一个eps文件:

FileStream fs = new FileStream("foo.eps", FileMode.Open);
iTextSharp.text.Image img = Image.GetInstance(fs);

这可能吗?

上次我检查时,您无法将EPS与iTextSharp一起使用,但您可以使用基于矢量的WMF文件。

上次我检查时,您无法将EPS与iTextSharp一起使用,但您可以使用基于矢量的WMF文件