GroupDocs.Assembly
3.0.0
See the version list below for details.
dotnet add package GroupDocs.Assembly --version 3.0.0
NuGet\Install-Package GroupDocs.Assembly -Version 3.0.0
<PackageReference Include="GroupDocs.Assembly" Version="3.0.0" />
paket add GroupDocs.Assembly --version 3.0.0
#r "nuget: GroupDocs.Assembly, 3.0.0"
// Install GroupDocs.Assembly as a Cake Addin #addin nuget:?package=GroupDocs.Assembly&version=3.0.0 // Install GroupDocs.Assembly as a Cake Tool #tool nuget:?package=GroupDocs.Assembly&version=3.0.0
GroupDocs.Assembly for .NET is a class library that enables you to generate documents in popular office file formats based upon templates and data obtained from various sources.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net35-client is compatible. net40 was computed. net40-client is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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 |
---|---|---|
24.6.0 | 552 | 6/23/2024 |
23.8.0 | 23,356 | 8/18/2023 |
22.12.0 | 38,887 | 12/22/2022 |
22.2.0 | 40,767 | 3/5/2022 |
21.9.0 | 24,053 | 9/3/2021 |
21.7.0 | 21,181 | 7/9/2021 |
21.4.0 | 14,358 | 4/30/2021 |
21.3.0 | 29,099 | 3/19/2021 |
21.1.0 | 24,938 | 1/31/2021 |
20.12.0 | 22,315 | 12/28/2020 |
20.11.0 | 20,714 | 11/26/2020 |
20.9.0 | 38,114 | 9/30/2020 |
20.8.0 | 19,959 | 8/25/2020 |
20.6.0 | 75,225 | 6/22/2020 |
20.4.0 | 48,544 | 4/23/2020 |
20.3.0 | 34,618 | 3/17/2020 |
20.1.0 | 35,531 | 1/31/2020 |
19.12.0 | 32,927 | 12/21/2019 |
19.11.0 | 31,927 | 11/18/2019 |
19.10.0 | 2,551 | 10/12/2019 |
19.8.0 | 2,557 | 8/24/2019 |
19.7.0 | 2,511 | 7/16/2019 |
19.5.0 | 2,595 | 5/27/2019 |
19.3.0 | 2,754 | 3/8/2019 |
19.1.0 | 2,792 | 1/29/2019 |
18.12.0 | 2,814 | 12/6/2018 |
18.10.0 | 2,677 | 10/31/2018 |
18.9.0 | 2,822 | 9/11/2018 |
18.7.0 | 3,063 | 7/31/2018 |
18.6.0 | 2,983 | 7/2/2018 |
18.5.0 | 2,968 | 6/1/2018 |
18.2.0 | 3,126 | 3/1/2018 |
18.1.0 | 3,076 | 1/25/2018 |
17.12.0 | 3,018 | 12/26/2017 |
17.11.0 | 3,244 | 11/3/2017 |
17.9.0 | 3,039 | 10/2/2017 |
17.8.0 | 2,964 | 8/12/2017 |
17.5.0 | 2,967 | 5/18/2017 |
17.3.0 | 2,741 | 4/2/2017 |
17.1.0 | 2,895 | 2/2/2017 |
16.12.0 | 2,913 | 12/31/2016 |
3.3.0 | 2,943 | 9/30/2016 |
3.2.0 | 2,981 | 8/29/2016 |
3.1.0 | 2,929 | 7/1/2016 |
3.0.0 | 3,143 | 2/6/2016 |
GroupDocs.Assembly for .NET 3.0 is completely different from its legacy 1.x versions. The major changes are as follows:
- Template syntax has been renewed: GroupDocs.Assembly for .NET 3.0 brings power of C# and LINQ data manipulations directly into your templates.
- Advanced template features such as charts, images, conditional blocks, and others are supported.
- Custom objects of CLR types can be used as data sources from now, thus simplifying integration of GroupDocs.Assembly for .NET 3.0 with your applications.
- APIs are simplified: Creating of a DocumentAssembler class instance and setting of a few trivial options is all you need to generate a document.
- Document generation is no longer coupled with GUI and web, thus enabling you to use GroupDocs.Assembly for .NET 3.0 in a larger number of scenarios.
For more information on features of GroupDocs.Assembly for .NET 3.0 and examples of their usage, visit the following links:
http://groupdocs.com/docs/display/assemblynet/Home
https://github.com/groupdocsassembly/GroupDocs_Assembly_NET/tree/master/Examples