Can I write MS Word document using iTextSharp library? If yes, please give me sample code.
相关问题
- Converting byte array output into Blob corrupts fi
- docx4j - delete wml P element
- Trying to insert an image into a pdf in c#
- Trying to convert plain text file to iTextSharp wi
- Text Box in Outlook Email
相关文章
- System.Runtime.InteropServices.COMException (0x800
- .NET version or port of Flying Saucer
- How to print a docx to a specific printer using Mi
- iTextSharp “The document has no pages.”
- Deleting columns from a table with merged cells
- Doc4j - Having issues converting docx to PDF with
- How to detect newline from PDF using iTextSharp [c
- How to disable File button in MS-Word 2013?
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.