hotcoder
hotcoder

Reputation: 3256

Write MS Word Doc using itextsharp library

Can I write MS Word document using iTextSharp library? If yes, please give me sample code.

Upvotes: 0

Views: 3444

Answers (1)

Treb
Treb

Reputation: 20299

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.

Upvotes: 3

Related Questions