如何在C#中将Doc文件转换为Pdf
问题描述:
我如何将doc文件转换为pdf in c#
用户可以上传任何doc文件或pdf,如果用户上传doc文件然后我想将该doc文件转换为pdf并在用户browser.i googled显示但我没有合适的解决方案,这个问题任何人都可以解决我的问题
提前感谢
syed
Hi,
How do i convert doc file to pdf in c#
user may upload any doc file or pdf if user uploads doc file then i want to convert that doc file to pdf and show in the user browser.i googled but i did not suitable solution for this problem can anyone solve my problem
thanks in advance
syed
答
这些怎么样?
如何在C#中将word文档转换为pdf [ ^ ]
http://stackoverflow.com/a/608153 [ ^ ]
http://msdn.microsoft.com/en-us/library/office/bb412305(V = office.12)的.aspx [ ^ ]
What about these?
How to convert word document to pdf in C#[^]
http://stackoverflow.com/a/608153[^]
http://msdn.microsoft.com/en-us/library/office/bb412305(v=office.12).aspx[^]
ITextSharp [ ^ ]是一个可以帮助您实现doc to pdf转换的库。
请注意此功能可能不是免费的,您必须购买该库,
ITextSharp[^] is a library that can help you achieve doc to pdf conversion.
Note that this feature may not be free and you will have to buy the library,