Info
Version: | 7.2.2 |
Author(s): | GrapeCity, Inc. |
Last Update: | Friday, September 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://developer.mescius.com/document-solutions/dot-net-word-api/ |
NuGet Url: | https://www.nuget.org/packages/GrapeCity.Documents.Word.Layout |
Install
Install-Package GrapeCity.Documents.Word.Layout
dotnet add package GrapeCity.Documents.Word.Layout
paket add GrapeCity.Documents.Word.Layout
GrapeCity.Documents.Word.Layout Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- GrapeCity.Documents.Common(>= 4.0.0.625 && <= 4.0.0.625)
- GrapeCity.Documents.Imaging(>= 4.0.0.625 && <= 4.0.0.625)
- GrapeCity.Documents.Pdf(>= 4.0.0.625 && <= 4.0.0.625)
- GrapeCity.Documents.Word(>= 4.0.0.625 && <= 4.0.0.625)
- System.Numerics.Vectors(>= 4.4.0)
- GrapeCity.Documents.Common(>= 4.0.0.625 && <= 4.0.0.625)
- GrapeCity.Documents.Imaging(>= 4.0.0.625 && <= 4.0.0.625)
- GrapeCity.Documents.Pdf(>= 4.0.0.625 && <= 4.0.0.625)
- GrapeCity.Documents.Word(>= 4.0.0.625 && <= 4.0.0.625)
- System.Numerics.Vectors(>= 4.4.0)
- System.ValueTuple(>= 4.5.0)
Tags
Adding this library to a project that uses GrapeCity.Documents.Word provides GcWordDocument.SaveAsPdf() and other methods that allow you to export Word documents to PDF and image formats (TIFF, JPEG, PNG).
This library does not depend on MS Office and is compatible with .NET 8, .NET 7, .NET 6, .NET Standard 2.x, .NET Framework 4.6.1 or higher.
All features are fully supported on Windows, macOS and Linux.
The online demo browser that uses GrapeCity.Documents.Word.Layout to generate PDFs and images from Word documents is available at https://developer.mescius.com/document-solutions/dot-net-word-api/demos/.