如何使用microsoft.office.interop.word在C#中将word文件转换为pdf
问题描述:
如何使用C#
答
将word文件转换为pdf如果您还不想使用i nterop,那么您需要找到可以使用的第三方库读单词文件。或者做一些研究并自己编写。
If you do nor want to use i nterop then you need to find a third party library that can read the word file. Alternatively do some research and write your own.