MS-Office Document Conversion to .PDF Format [closed]

自闭症网瘾萝莉.ら 提交于 2020-01-01 11:49:10

问题


I am looking for a MS-Office document to .PDF 3rd party software that does not create the need for my code to manipulate the COM directly. I am looking for a package that is native to .net. I have already looked at the following:

http://www.cete.com/

http://www.pdfonline.com

Are there any other SDK packages that you are aware of that can meet my needs?

If the software package manipulates the COM on it's own, that is fine. I just don't want to perform any operations against the COM within my code. I would also prefer it to be C# based.


回答1:


Have a look at ASPOSE.NET Total & TXTextControl .NET.




回答2:


I think you might find one here: http://www.codeproject.com/KB/cs/sertf2pdf.aspx ; and perhaps here as well: www.novapdf.com/kb/convert-word-to-pdf-microsoft-office-word-documents-to-pdf-208.html.




回答3:


Have a look at the PDF Conversion Services. It provides everything in a modern and convenient Web Services based SDK. All self contained, no need for IIS.

C# sample code can be found here.




回答4:


Did you check on the win32ole for converting the microsoft document into PDF

Check the saveas command on the document object of the Win32ole. You can save an MS office doc(doc/xls/PPT) as PDf



来源:https://stackoverflow.com/questions/3441764/ms-office-document-conversion-to-pdf-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!