groupdocs-assembly-dotnet
1.0.4
See the version list below for details.
dotnet add package groupdocs-assembly-dotnet --version 1.0.4
NuGet\Install-Package groupdocs-assembly-dotnet -Version 1.0.4
<PackageReference Include="groupdocs-assembly-dotnet" Version="1.0.4" />
paket add groupdocs-assembly-dotnet --version 1.0.4
#r "nuget: groupdocs-assembly-dotnet, 1.0.4"
// Install groupdocs-assembly-dotnet as a Cake Addin #addin nuget:?package=groupdocs-assembly-dotnet&version=1.0.4 // Install groupdocs-assembly-dotnet as a Cake Tool #tool nuget:?package=groupdocs-assembly-dotnet&version=1.0.4
GroupDocs.Assembly for .NET is a flexible library that allows you to generate documents by filling out merge fields in PDF or Word templates 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:
- 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Improvements
DA-468 - Ability to merge data between TableStart/TableEnd fields;
DA-514 - Questionnaire builder: add help text;
DA-541 - Ability to merge large image (big dimension) in Word template;