Eliassen.Documents 0.1.83

This package has a SemVer 2.0.0 package version: 0.1.83+10.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Eliassen.Documents --version 0.1.83                
NuGet\Install-Package Eliassen.Documents -Version 0.1.83                
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="Eliassen.Documents" Version="0.1.83" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Eliassen.Documents --version 0.1.83                
#r "nuget: Eliassen.Documents, 0.1.83"                
#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.
// Install Eliassen.Documents as a Cake Addin
#addin nuget:?package=Eliassen.Documents&version=0.1.83

// Install Eliassen.Documents as a Cake Tool
#tool nuget:?package=Eliassen.Documents&version=0.1.83                

Eliassen.Documents

Overview

The Eliassen.Documents library provides functionality for managing documents, including storage, conversion, and type detection. It offers classes and factories for creating and interacting with blob containers, document conversion services, and document type tools. These components enable developers to store, convert, and identify document types in their applications.

Key Classes and Features

  • BlobContainerFactory: Creates blob containers for storing documents.
  • DocumentConversion: Performs document conversion from one format to another.
  • DocumentConversionChainBuilder: Constructs document conversion chains.
  • DocumentTypeTools: Provides tools for managing document types, including content type detection.
  • ServiceCollectionExtensions: Extension methods for configuring document-related services in dependency injection.

Usage Example

Here's a simple example demonstrating how to use Eliassen.Documents to perform document conversion:

using Eliassen.Documents.Conversion;
using Eliassen.Documents.DocumentTypeTools;

// Initialize document conversion chain builder
var conversionChainBuilder = new DocumentConversionChainBuilder();

// Add document conversion steps for converting from PDF to Word
var steps = conversionChainBuilder.Steps("application/pdf", "application/msword");

// Initialize document conversion service
var documentConversion = new DocumentConversion(conversionChainBuilder);

// Perform document conversion asynchronously
await documentConversion.ConvertAsync(sourceStream, "application/pdf", destinationStream, "application/msword");
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. 
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 Eliassen.Documents:

Package Downloads
Eliassen.Common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.85 45 10/10/2024
0.1.84 39 10/10/2024
0.1.83 44 9/27/2024
0.1.82 144 8/23/2024
0.1.81 113 8/1/2024
0.1.81-dev-gh-pipline.3 41 8/1/2024