8 packages returned for Tags:"msword"
- 16,993 total downloads
- last updated 7/8/2015
- Latest version: 1.1.5667.30206
Library for generating DOCX documents based on templates in DOCX format with all features of MS Word available
- 6,014 total downloads
- last updated 6/8/2014
- Latest version: 0.1.5
A template engine for the .NET platform which takes a DOCX file and applies a data object to generate reports, do mail merges, etc. No dependency on MS Word.
- 7,543 total downloads
- last updated 11/26/2019
- Latest version: 17.3.0.29-beta
Syncfusion EJ2 DocumentEditor Blazor Component used for processing Word Document and fetch the details to be used for rendering client-side.
Learn More: https://www.syncfusion.com/blazor-components/blazor-word-processor
Documentation:...
More information
- 4,844 total downloads
- last updated 12/8/2019
- Latest version: 3.0.0.418
GrapeCity Documents for Word (GcWord) is a cross-platform library that allows to create, analyze, and modify Office Word documents without dependencies on MS Office.
It exposes a robust and convenient object model (based on Open XML SDK) that provides access to document content and properties such...
More information
TabulaRasa
by:
eskat0n
- 920 total downloads
- last updated 5/15/2013
- Latest version: 1.0.0
TabulaRasa is .NET library which provides a fluent API for generating, changing and templating documents in OpenXML format.
- 4,447 total downloads
- last updated 12/8/2019
- Latest version: 3.0.0.418
This is a cross-platform library providing document layout services to GrapeCity.Documents.Word (GcWord).
Adding a reference to this library to a project that uses GcWord will provide GcWordDocument.SaveAsPdf() extension methods, which will allow to export Word documents to PDF.
This library does...
More information
TextAtAnyCost
by:
skvorec
- 700 total downloads
- last updated 6/28/2016
- Latest version: 1.0.1
Read text from Microsoft Office doc type format
example:
var text = new Doc().Parse("document.doc");
or
string text;
var isParsed = new Doc().TryParse(docBytes, out text);