MuPDF.NET.Office 1.28.0-rc.1

This is a prerelease version of MuPDF.NET.Office.
dotnet add package MuPDF.NET.Office --version 1.28.0-rc.1
                    
NuGet\Install-Package MuPDF.NET.Office -Version 1.28.0-rc.1
                    
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="MuPDF.NET.Office" Version="1.28.0-rc.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MuPDF.NET.Office" Version="1.28.0-rc.1" />
                    
Directory.Packages.props
<PackageReference Include="MuPDF.NET.Office" />
                    
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 MuPDF.NET.Office --version 1.28.0-rc.1
                    
#r "nuget: MuPDF.NET.Office, 1.28.0-rc.1"
                    
#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 MuPDF.NET.Office@1.28.0-rc.1
                    
#: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=MuPDF.NET.Office&version=1.28.0-rc.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MuPDF.NET.Office&version=1.28.0-rc.1&prerelease
                    
Install as a Cake Tool

About

MuPDF.NET.Office provides Office/HWP document support for MuPDF.NET, powered by SmartOffice.

Supported input formats: doc, docx, xls, xlsx, ppt, pptx, hwp, hwpx.

Supported target frameworks: .NET Framework 4.6.1, 4.7.2, and 4.8; .NET 6 and .NET 8. .NET Framework applications must target x64 when using the currently shipped Windows SmartOffice native library.

using MuPDF.NET;
using MuPDF.NET.Office;

Pro.Unlock(myKey);                       // or Pro.Unlock() for the 3-page trial
byte[]? pdf = Pro.OfficeToPdf("report.docx");
using Document doc = Document.Open(pdf, "pdf");

Without a license key, functionality is limited to the first 3 pages of any document. Request a trial key at https://pymupdf.io/try-pro.

MuPDF.NET and MuPDF are maintained and developed by Artifex Software, Inc.

MuPDF.NET.Office is distributed under a commercial license agreement. Contact Artifex for licensing information.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.28.0-rc.1 35 7/30/2026