asp.net web service using office 2010 COM

前端 未结 1 810
旧时难觅i
旧时难觅i 2020-12-02 01:02

I am writing a web service and would like to change the .docx or .doc to .xps. I\'m using office com to help me to save as .xps format as following:

                 


        
相关标签:
1条回答
  • 2020-12-02 01:53

    Using Automation from Windows Service (IIS and ASP.NET for example) is NOT supported by MS !

    Depending on what you need you can use some library (free or commercial) for this:

    • OpenXML 2.0 from MS
    • Aspose.Words (commercial)
    • VeryDoc.DOCX2XPS (commercial)
    0 讨论(0)
提交回复
热议问题