Tempo.Blazor.DocumentFormats 2.8.0

dotnet add package Tempo.Blazor.DocumentFormats --version 2.8.0
                    
NuGet\Install-Package Tempo.Blazor.DocumentFormats -Version 2.8.0
                    
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="Tempo.Blazor.DocumentFormats" Version="2.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tempo.Blazor.DocumentFormats" Version="2.8.0" />
                    
Directory.Packages.props
<PackageReference Include="Tempo.Blazor.DocumentFormats" />
                    
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 Tempo.Blazor.DocumentFormats --version 2.8.0
                    
#r "nuget: Tempo.Blazor.DocumentFormats, 2.8.0"
                    
#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 Tempo.Blazor.DocumentFormats@2.8.0
                    
#: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=Tempo.Blazor.DocumentFormats&version=2.8.0
                    
Install as a Cake Addin
#tool nuget:?package=Tempo.Blazor.DocumentFormats&version=2.8.0
                    
Install as a Cake Tool

Tempo.Blazor.DocumentFormats

Optional server-side DOCX and ODT import/export support for TmDocumentEditor.

Use this package from an API/server project. Tempo.Blazor does not reference this package, so client-side component consumers can keep the core editor focused on the internal JSON document model.

Typical flow:

var importer = new DocumentDocxImporter();
var imported = await importer.ImportAsync(upload.OpenReadStream());

var exporter = new DocumentDocxExporter();
var exported = await exporter.ExportAsync(document);

DOCX support uses Open XML SDK. ODT support uses ZIP and LINQ to XML.

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tempo.Blazor.DocumentFormats:

Package Downloads
Tempo.Blazor.Mcp

Model Context Protocol (MCP) tools for designing and editing Tempo.Blazor wireframes, diagrams, editor documents and reports with an LLM. Ships tools + storage abstractions only; the host application maps them onto its own MCP server.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.0 0 7/25/2026
2.7.1 40 7/24/2026
2.7.0 40 7/24/2026
2.6.1 46 7/23/2026
2.6.0 40 7/23/2026
2.5.5 46 7/22/2026
2.5.4 43 7/22/2026
2.5.3 93 7/21/2026
2.5.3-ci-20260721185803 95 7/21/2026
2.5.2 99 7/21/2026
2.5.1 102 7/19/2026
2.4.0 96 7/19/2026
2.3.10-ci-20260719120426 84 7/19/2026
2.3.10-ci-20260719052650 95 7/19/2026
2.3.9-preview 86 7/17/2026
2.3.9-ci-20260719043811 101 7/19/2026
2.3.9-ci-20260717060118 94 7/17/2026
2.3.8 97 7/17/2026
2.3.8-ci-20260717035306 87 7/17/2026
2.3.8-ci-20260717034218 90 7/17/2026
Loading failed