HiQPdf.Next.WordToPdf.Windows 18.0.4

Prefix Reserved
dotnet add package HiQPdf.Next.WordToPdf.Windows --version 18.0.4
                    
NuGet\Install-Package HiQPdf.Next.WordToPdf.Windows -Version 18.0.4
                    
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="HiQPdf.Next.WordToPdf.Windows" Version="18.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HiQPdf.Next.WordToPdf.Windows" Version="18.0.4" />
                    
Directory.Packages.props
<PackageReference Include="HiQPdf.Next.WordToPdf.Windows" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HiQPdf.Next.WordToPdf.Windows --version 18.0.4
                    
#r "nuget: HiQPdf.Next.WordToPdf.Windows, 18.0.4"
                    
#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.
#:package HiQPdf.Next.WordToPdf.Windows@18.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HiQPdf.Next.WordToPdf.Windows&version=18.0.4
                    
Install as a Cake Addin
#tool nuget:?package=HiQPdf.Next.WordToPdf.Windows&version=18.0.4
                    
Install as a Cake Tool

HiQPdf Next Word to PDF Converter for .NET (Windows x64)

HIQPDF Software Logo

HiQPdf Next Word to PDF Converter for .NET | HTML to PDF for .NET | PDF Library for .NET | HiQPdf Software | Free Trial | Licensing | Support

Overview

The Word to PDF Converter is a component of the HiQPdf Next Library for .NET that enables accurate conversion of complex Word documents to PDF.

The converter targets .NET Standard 2.0 and can be used in .NET Core and .NET Framework applications deployed on Windows and Linux platforms, including Azure App Service, Azure Functions and Docker.

This package includes only the Windows x64 runtime. Separate packages are available for Linux or multi-platform runtimes.

Package structure

HiQPdf 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 package is a Windows x64 metapackage that references all HiQPdf Next for .NET NuGet packages required to run the Word to PDF Converter component on Windows platforms.

There is also a multiplatform metapackage HiQPdf.Next.WordToPdf that references both the Windows and Linux packages, which is ideal when developing on one operating system and deploying to multiple runtime environments.

Compatibility

The compatibility list of this multi-platform package includes the following platforms:

  • Windows 10, 11 and Windows Server 2016 to 2025
  • .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
  • Azure App Service and Azure Functions for Windows
  • Windows Virtual Machines
  • Docker containers for Windows
  • Web, Console and Desktop applications

Main Features

  • Convert Word DOCX documents from memory or from file to PDF
  • Use the PDF page settings from the original Word document
  • Use custom PDF page settings to automatically reflow the content
  • Automatically create a table of contents based on headings in Word
  • Use the page break marks from Word
  • 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 HiQPdf Next runtime does not require the installation of additional dependencies.

Install the package using your preferred NuGet package manager.

Word to PDF Converter packages

Full library packages

Other HiQPdf.Next component packages

HiQPdf.Next namespace

All components of the HiQPdf Next for .NET library share the same namespace HiQPdf.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 HiQPdf.Next;

Getting Started

For documentation and code samples, please visit:
https://www.hiqpdf.com/hiqpdf-next-word-docx-to-pdf-dotnet

C# Code Samples

You can use the sample code below to convert a Word document to a PDF document that you can either save to a file or send it to the browser for download.

// Create a Word to PDF converter object with default settings
WordToPdfConverter wordToPdfConverter = new WordToPdfConverter();

// Convert Word file to a PDF in a memory buffer
byte[] outPdfBuffer = wordToPdfConverter.ConvertToPdf(wordFilePath);

Free Trial

You can download the HiQPdf Next for .NET evaluation package from HiQPDF 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 HiQPdf 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on HiQPdf.Next.WordToPdf.Windows:

Package Downloads
HiQPdf.Next.Windows

HiQPdf Next for .NET 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 and Linux platforms, including Azure App Service, Azure Functions and Docker. This package includes only the Windows x64 runtime. Separate packages are available for Linux or multi-platform runtimes. Compatibility: * Windows 10, 11 and Windows Server 2016 to 2025 * .NET 10.0, 9.0, 8.0, 7.0, 6.0, .NET Standard 2.0 * .NET Framework 4.6.2 to 4.8.1 * Azure App Service and Azure Functions for Windows * Windows Virtual Machines * Docker containers for Windows * Web, Console and Desktop applications Main Features: * Create, edit and merge PDF 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 * 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.hiqpdf.com/hiqpdf-next-dotnet

HiQPdf.Next.WordToPdf

HiQPdf Next Word to PDF Converter for .NET is a component of the HiQPdf Next Library for .NET that enables accurate conversion of complex Word documents to PDF. The converter targets .NET Standard 2.0 and can be used in .NET Core and .NET Framework applications deployed on Windows and Linux platforms, including Azure App Service, Azure Functions and Docker. This is a multi-platform metapackage that references both the Windows x64 and Linux x64 HiQPdf Next Word to PDF runtimes. On Windows platforms, the runtime generally does not require additional dependencies. On Linux platforms, installing some dependency packages might be required, depending on the Linux distribution and version, as described in the online documentation. Compatibility: * Windows 10, 11 and Windows Server 2016 to 2025 * Linux x64 distributions * .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 * Azure App Service and Azure Functions * Virtual Machines * Docker containers * Web, Console and Desktop applications Main Features: * Convert Word DOCX documents from memory or from file to PDF * Use the PDF page settings from the original Word document * Use custom PDF page settings to automatically reflow the content * Automatically create a table of contents based on headings in Word * Use the page break marks from Word * 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 Documentation and code samples: https://www.hiqpdf.com/hiqpdf-next-word-docx-to-pdf-dotnet

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
18.0.4 23 12/28/2025