Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64
20.22.0
Prefix Reserved
dotnet add package Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64 --version 20.22.0
NuGet\Install-Package Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64 -Version 20.22.0
<PackageReference Include="Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64" Version="20.22.0" />
<PackageVersion Include="Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64" Version="20.22.0" />
<PackageReference Include="Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64" />
paket add Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64 --version 20.22.0
#r "nuget: Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64, 20.22.0"
#:package Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64@20.22.0
#addin nuget:?package=Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64&version=20.22.0
#tool nuget:?package=Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64&version=20.22.0
Winnovative Next Excel to PDF Converter for .NET (Windows ARM64)
Winnovative Next Excel to PDF Converter for .NET | HTML to PDF for .NET | PDF Library for .NET | Winnovative Software | Free Trial | Licensing | Support
Overview
The Excel to PDF Converter is a component of the Winnovative PDF Next Library for .NET that enables accurate conversion of complex Excel documents to PDF.
The converter targets .NET Standard 2.0 and can be used in .NET Core and .NET Framework applications deployed on Windows, Linux and macOS platforms, including Azure App Service, Azure Functions and Docker.
Package structure
Winnovative PDF Next for .NET has a modular architecture, with separate NuGet packages for each major component to prevent unnecessary files from being included in your applications.
This metapackage references all Winnovative PDF Next for .NET NuGet packages required to run the Excel to PDF Converter component on Windows ARM64 platforms.
It installs the Windows ARM64 runtime. For Windows x64, the additional package Winnovative.Pdf.Next.ExcelToPdf.Windows can be referenced on its own or alongside this package.
Separate packages are available for Linux and macOS platforms.
There is also a multiplatform metapackage Winnovative.Pdf.Next.ExcelToPdf that references the Windows, Linux and macOS packages, which is ideal when developing on one operating system and deploying to multiple runtime environments.
Compatibility
The compatibility list of this package includes the following platforms:
- Windows 10, 11 and Windows Server 2016 to 2025 (ARM64)
- .NET 10.0, 9.0, 8.0, 7.0, 6.0 and .NET Standard 2.0
- .NET Framework 4.6.2 to 4.8.1
- Windows Virtual Machines
- Web, Console and Desktop applications
Main Features
- Convert Excel XLSX documents from memory or from a file to PDF
- Use the PDF page settings from the original Excel document
- Use the page settings from the first or the active worksheet
- Use custom PDF page settings to automatically reflow the content
- Convert all worksheets or only the first worksheet
- Display or hide the worksheet title
- Keep the column widths and row heights from Excel
- Add HTML headers, footers or stamps to the generated PDF
- Control the PDF document display with PDF viewer preferences
- Encrypt, set permissions and set passwords for the generated PDF documents
- Add digital signatures to the generated PDF document
- Asynchronous methods for async and await
Installation
On Windows platforms, the Winnovative Next runtime does not require the installation of additional dependencies.
Install the package using your preferred NuGet package manager.
Related packages
Excel to PDF Converter packages
Winnovative.Pdf.Next.ExcelToPdf (Multi-platform)
https://www.nuget.org/packages/Winnovative.Pdf.Next.ExcelToPdfWinnovative.Pdf.Next.ExcelToPdf.Windows (Windows x64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.ExcelToPdf.WindowsWinnovative.Pdf.Next.ExcelToPdf.Windows.Arm64 (Windows ARM64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64Winnovative.Pdf.Next.ExcelToPdf.Linux (Linux x64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.ExcelToPdf.LinuxWinnovative.Pdf.Next.ExcelToPdf.Linux.Arm64 (Linux ARM64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.ExcelToPdf.Linux.Arm64Winnovative.Pdf.Next.ExcelToPdf.MacOS (MacOS ARM64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.ExcelToPdf.MacOS
Full library packages
Winnovative.Pdf.Next (Multi-platform)
https://www.nuget.org/packages/Winnovative.Pdf.NextWinnovative.Pdf.Next.Windows (Windows x64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.WindowsWinnovative.Pdf.Next.Windows.Arm64 (Windows ARM64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.Windows.Arm64Winnovative.Pdf.Next.Linux (Linux x64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.LinuxWinnovative.Pdf.Next.Linux.Arm64 (Linux ARM64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.Linux.Arm64Winnovative.Pdf.Next.MacOS (macOS ARM64)
https://www.nuget.org/packages/Winnovative.Pdf.Next.MacOS
Other Winnovative.Pdf.Next component packages
Core PDF API (create, edit, merge and secure PDF documents)
https://www.nuget.org/packages/Winnovative.Pdf.Next.CoreHTML to PDF
https://www.nuget.org/packages/Winnovative.Pdf.Next.HtmlToPdfWord to PDF
https://www.nuget.org/packages/Winnovative.Pdf.Next.WordToPdfRTF to PDF
https://www.nuget.org/packages/Winnovative.Pdf.Next.RtfToPdfMarkdown to PDF
https://www.nuget.org/packages/Winnovative.Pdf.Next.MarkdownToPdfPDF Processor (PDF to text, PDF to images, extract images)
https://www.nuget.org/packages/Winnovative.Pdf.Next.PdfProcessor
Winnovative.Pdf.Next namespace
All components of the Winnovative PDF Next for .NET library share the same namespace Winnovative.Pdf.Next and can be used together in the same application.
To use the library in your own code, add the following using directive at the top of your C# source file:
using Winnovative.Pdf.Next;
Getting Started
For documentation and code samples, please visit: https://www.winnovative-software.com/winnovative-pdf-next-excel-xlsx-to-pdf-dotnet
C# Code Samples
You can use the sample code below to convert an Excel document to a PDF document that you can either save to a file or send to the browser for download.
// Create an Excel to PDF converter object with default settings
ExcelToPdfConverter excelToPdfConverter = new ExcelToPdfConverter();
// Convert Excel file to a PDF in a memory buffer
byte[] outPdfBuffer = excelToPdfConverter.ConvertToPdf(excelFilePath);
Free Trial
You can download the Winnovative PDF Next for .NET evaluation package from Winnovative Downloads page of the website.
The evaluation package contains a demo ASP.NET application with full C# code for all features of the library.
You can evaluate the library for free as long as it is needed to ensure that the solution fits your application needs.
Licensing
The Winnovative Software licenses are perpetual which means they never expire for a version of the product and include free maintenance for the first year. You can find more details about licensing on the website.
Support
For technical and sales questions or for general inquiries about our software and company you can contact us using the email addresses from the contact page of the website.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Winnovative.Pdf.Next.Core.Lib.Runtime.win-arm64 (>= 20.22.0)
- Winnovative.Pdf.Next.Core.Windows (>= 20.22.0)
- Winnovative.Pdf.Next.ExcelToPdf.AddOn (>= 20.22.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Winnovative.Pdf.Next.ExcelToPdf.Windows.Arm64:
| Package | Downloads |
|---|---|
|
Winnovative.Pdf.Next.Windows.Arm64
Winnovative PDF Next for .NET (Windows ARM64) can be integrated into your applications to create, edit and merge PDF documents, convert HTML to PDF or images, convert Word, Excel, RTF and Markdown to PDF, extract text and images from PDFs, search text in PDFs and convert PDF pages to images. The library targets .NET Standard 2.0 and can be used in .NET Core and .NET Framework applications deployed on Windows, Linux and macOSx platforms, including Azure App Service, Azure Functions and Docker. This package installs only the Windows ARM64 runtime. For Windows ARM64, the additional package Winnovative.Pdf.Next.Windows can be referenced on its own or alongside this package. Separate packages are available for Linux, macOS or multi-platform runtimes. Compatibility: * Windows 10, 11 and Windows Server 2016 to 2025 (ARM64) * .NET 10.0, 9.0, 8.0, 7.0, 6.0, .NET Standard 2.0 * .NET Framework 4.6.2 to 4.8.1 * Windows Virtual Machines * Web, Console and Desktop applications Main Features: * Create, edit and merge PDF documents * Create PDF/UA and PDF/A compliant documents * Apply HTML stamps, headers and footers to PDFs * Generate password-protected and digitally signed PDFs * Convert HTML with CSS, web fonts and JavaScript to PDF * Generate PDF/UA and PDF/A compliant documents from HTML * Convert HTML to JPEG, PNG and WebP images * Convert SVG to PDF * Convert Word DOCX to PDF * Convert Excel XLSX to PDF * Convert RTF to PDF * Convert Markdown to PDF * Convert PDF to text * Search text in PDF documents * Convert PDF pages to images * Extract images from PDF pages Documentation and code samples: https://www.winnovative-software.com/winnovative-pdf-next-dotnet |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 20.22.0 | 39 | 7/4/2026 |
