问题
Can I write MS Word document using iTextSharp library? If yes, please give me sample code.
回答1:
No, you can't.
According to Wikipedia, iTextSharp is a .NET port of iText, a free and open source library for creating and manipulating PDF files in Java.
You can use it to create pdf documents, but not MS Word documents.
来源:https://stackoverflow.com/questions/3758043/write-ms-word-doc-using-itextsharp-library