16 packages tagged with “MailMerge”
MailMerge replaces simple and complex merge fields in WordProcessingML .docx files and helps you apply .Net's Xml & XPath tooling to Word documents. Component Usage For Streams or Files: ``` var (outputStream, errors) = new MailMerger().Merge(inputStream, Dictionary); var (ok,errors) = new MailMerger().Merge(inputFileName, Dictionary, outputFileName); ``` Extension Methods & Helpers for working with OoXml ``` stream.AsWordprocessingDocument(isEditable) stream.AsXPathDocOfWordprocessingMainDocument(isEditable) stream.AsXElementOfWordprocessingMainDocument(isEditable) stream.GetXmlDocumentOfWordprocessingMainDocument() fileInfo.GetXElementOfWordprocessingMainDocument() fileInfo.GetXmlDocumentOfWordprocessingMainDocument() ``` A NamespaceManager, NameTable & Uri which you need when creating an XmlDocument and/or XElements: ``` var xdoc = new XmlDocument(OoXmlNamespaces.Manager.NameTable) var xelement= mainDocumentPart.CreateElement("w", "t", OoXmlNamespaces.WpML2006MainUri) ``` CommandLine Usage: Perform a merge, or show a document's Xml ``` dotnet MailMerge.dll inputFile1 outputFile1 [inputFileN [...outputFileN]] [ key=value [...] ] dotnet MailMerge.dll --showxml file [fileN ...] ```
This NuGet package includes the required files to create an ASP.NET (Core) web application with support for the TX Text Control document viewer. With this component, document viewing, annotation and form filling features can be integrated into web applications. In case this package is installed from NuGet (www.nuget.org) and not from your local “Text Control Offline Packages” package source, the trial version of TX Text Control .NET Server for ASP.NET must be locally installed on your development machine to use this package.
This NuGet package includes the required files to create an ASP.NET and ASP.NET Core MVC web application with support for the document processing Web API of TX Text Control DS Server. Using the document processing Web API, you can merge MS Word compatible templates with JSON data to create Adobe PDF documents and other supported formats. At least a trial version of TX Text Control DS Server is required to use this NuGet package. This package version is meant for use with DS Server 4.1.0.
Provides the ability to send email from within Umbraco based on a POCO model and Content Email Templates. This package extends UmbracoHelper providing a SendFormData extension method to send emails using specified Content nodes as templates.
Microsoft .NET wrapper classes for Text Control ReportingCloud. A Web (REST) API platform to generate MS Word compatible reports in the cloud.
Docentric Toolkit Engine is a .NET class library for Word reporting. It also enables you to create, modify, extract, combine, modify and print documents using Document Object Model APIs. This package only contains the Engine and if you need complete Docentric Toolkit, please download it from the product's website.
Email templating and dispatch framework
docx4j is an open source (ASLv2) Java library for docx/pptx/xlsx, similar in concept to Open XML SDK, but with its own particular strengths including content control databinding (with OpenDoPE enhancements), XHTML import/export, PDF output, and MERGEFIELD processing. This is the .NET version of docx4j.
[Deprecated - Please use the TXTextControl.ReportingCloud multi-target package] Microsoft .NET Core wrapper classes for Text Control ReportingCloud. A Web (REST) API platform to generate MS Word compatible reports in the cloud.
This NuGet package includes the required files to create an ASP.NET and ASP.NET Core MVC web application with support for document viewer of TX Text Control DS Server. Add this document viewer to your application to view and share documents and to collaborate by adding annotations and comments to documents. At least a trial version of TX Text Control DS Server is required to use this NuGet package. This package version is meant for use with DS Server 4.1.0.
Docati.Api is a .NET Standard library that can be used to generate documents (either DOCX or PDF) based on templates created with Microsoft Word and our special add-in. Like mail-merge, but much more powerful. Both Windows and Linux are supported. Docati.Api is free for small documents. For a full-version trial license contact us at support@docati.com.
This NuGet package includes the required files to create an ASP.NET and ASP.NET Core MVC web application with support for the document editor of TX Text Control DS Server. Integrating an MS Word inspired document editor helps your users to create professional documents and reporting templates with a unique WYSIWYG rendering and user experience. At least a trial version of TX Text Control DS Server is required to use this NuGet package. This package version is meant for use with DS Server 4.1.0.
This NuGet package contains the files needed to develop a .NET 8.0 or higher Blazor Web App with TX Text Control 34.0 with support for the TX Text Control Document Editor.
Parse word template using variables
This NuGet package contains the files needed to develop a .NET 8.0 or higher Blazor Web App with TX Text Control 33.0 with support for the TX Text Control Document Viewer.