groupdocs-assembly-dotnet 1.3.0

Suggested Alternatives

GroupDocs.Assembly

Additional Details

GroupDocs.Assembly API has been moved to a new package "GroupDocs.Assembly" with new & improved feature set.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package groupdocs-assembly-dotnet --version 1.3.0
NuGet\Install-Package groupdocs-assembly-dotnet -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="groupdocs-assembly-dotnet" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add groupdocs-assembly-dotnet --version 1.3.0
#r "nuget: groupdocs-assembly-dotnet, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install groupdocs-assembly-dotnet as a Cake Addin
#addin nuget:?package=groupdocs-assembly-dotnet&version=1.3.0

// Install groupdocs-assembly-dotnet as a Cake Tool
#tool nuget:?package=groupdocs-assembly-dotnet&version=1.3.0

This package is now obsolete and has been replaced by the GroupDocs.Assembly package.

[Obsolete] GroupDocs.Assembly for .NET is a flexible library that allows you to generate documents by filling out merge fields in different formats (Word, Pdf, Excel, PowerPoint) with data obtained from a DB or user input. The library can be of great help if you need to generate lots of custom documents that have a standard template, but need to be filled out with unique data. These could be invoices, bills, order quotes, offer letters, NDAs, legal documents, insurance policies, etc.

The library comes with a web UI which allows end users to prepare templates and get the completed documents without any assistance from developers. Easy to follow wizards guide end users through the document assembly process, which includes the following steps:

1. Upload a template in a PDF, DOC or DOCX format with merge fields that should be populated with data.

2. Compose an online questionnaire associated with the merge fields in the template and publish it on the web.

3. Invite users to complete the questionnaire.

For each completed questionnaire a new unique document is generated. The document looks exactly like the template but includes data populated into the merge fields.

Key Features & Benefits:

-  Most popular formats: Word, Pdf, Excel, PowerPoint
-  Templates can be filled in with data obtained from web forms or a DB.
-  Support for different types of form fields: text box, check box, lists and combo, radio buttons, etc.
-  Ability to set default values and rules for questions (for example set value range and limits for respond length).
-  Ability to handle JavaScript events (for example onTemplateCreated, onTemplateMerge, etc.).
-  Documents are generated on-the-fly, each time a questionnaire is completed.
-  Convenient UI allows end users to generate documents without any assistance from developers.

For more details on the library, please visit GroupDocs website at:
http://groupdocs.com/dot-net/document-assembly-library

Note: this download contains a fully working version of the product, however without a license set it will run in evaluation mode with some limitations. To test the GroupDocs.Assembly for .NET library without limitations, please request a free 30-day temporary license.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

New Features and improvements:

[DA-857] - TemplateEditor: fill document without using QuestionnaireBuilder and QuestionnaireExecutor classes

[DA-877] - improvement API

[DA-869] - Better performance for all instances of TemplateEditor class