在vb.net中将单词转换为pdf

时间:2022-06-07 00:19:30

There are word documents in physical path on server. Now, I just need to read them and download to the client machine by converting them to PDF format.

服务器上的物理路径中有word文档。现在,我只需要阅读它们并通过将它们转换为PDF格式下载到客户机。

My program is in VB.Net

我的程序在VB.Net中

1 个解决方案

#1


2  

We do the same things and we use PDFCreator. It's a free program and once installed, it creates a virtual printer called "PDFCreator". All you do then is print the relevant document to that printer. PDFCreator lets you set where you want the files to be saved. Or you can do this using a FileDialog from within VB. Hope this helps

我们做同样的事情,我们使用PDFCreator。这是一个免费程序,一旦安装,它就会创建一个名为“PDFCreator”的虚拟打印机。您所做的只是将相关文档打印到该打印机。 PDFCreator允许您设置要保存文件的位置。或者您可以使用VB中的FileDialog执行此操作。希望这可以帮助

#1


2  

We do the same things and we use PDFCreator. It's a free program and once installed, it creates a virtual printer called "PDFCreator". All you do then is print the relevant document to that printer. PDFCreator lets you set where you want the files to be saved. Or you can do this using a FileDialog from within VB. Hope this helps

我们做同样的事情,我们使用PDFCreator。这是一个免费程序,一旦安装,它就会创建一个名为“PDFCreator”的虚拟打印机。您所做的只是将相关文档打印到该打印机。 PDFCreator允许您设置要保存文件的位置。或者您可以使用VB中的FileDialog执行此操作。希望这可以帮助