我有一种情况需要将Doc文件转换为PDF文件。我在vb.net中开发Windows应用程序。如果可能的话,我也不想使用第三方dll。所以谁能给我更多的想法? 最佳答案 您可以为此使用OfficeInterop。但最好使用一些托管库,如AsposeusingMicrosoft.Office.Interop.Word;usingSystem;usingSystem.Collections.Generic;usingSystem.IO;usingSystem.Linq;usingSystem.Text;...//CreateanewMic