asp.net如何将word转换成pdf

asp.net如何将word转换成pdf,网上有一种方法,需要用到office插件,想知道插件只在服务器安装就可以,还是客户机也需要安装

使用itextsharp这个库写pdf,用npoi读取office,不需要office

也可以用Spire,doc for ,net第三方控件来实现word转pdf。