中将Word文档转换为pdf

中将Word文档转换为pdf

本文介绍了在不使用Microsoft.Interop Services的情况下在C#中将Word文档转换为pdf的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在不使用Microsoft.Interop服务的情况下将.docx文件内部转换为.pdf.我在Google中进行搜索,发现了一些解决方案,但所有人都在使用此Interop.

我想没有Interop Services.是否可以在不使用Microsoft Interop Services的情况下将.docx文件转换为.pdf?有人可以帮我吗?
感谢您的答复.



问候,
Karthika

I need to internally convert the .docx file to .pdf without using Microsoft.Interop services. I searched in google and found some solutions but all are using this Interop.

I wanted to do without Interop Services. Is this possible to convert .docx file to .pdf without using Microsoft Interop Services? Can anyone help me in this?
Thanks for your reply.



Regards,
Karthika

推荐答案




这篇关于在不使用Microsoft.Interop Services的情况下在C#中将Word文档转换为pdf的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 09:46