111,094
社区成员




string s = Ole.ObjectType;
//"AcroExch.Document.11"是指PDF对象对应的ProgID
if (s == "AcroExch.Document.11")
{
File.WriteAllBytes("Result.pdf", Ole.NativeData);
}
我不研究这个,只是看问题挂着,帮你的忙百度一个看看能不能解决问题