RtfPipe 2.0.7677.4303
dotnet add package RtfPipe --version 2.0.7677.4303
NuGet\Install-Package RtfPipe -Version 2.0.7677.4303
<PackageReference Include="RtfPipe" Version="2.0.7677.4303" />
paket add RtfPipe --version 2.0.7677.4303
#r "nuget: RtfPipe, 2.0.7677.4303"
// Install RtfPipe as a Cake Addin #addin nuget:?package=RtfPipe&version=2.0.7677.4303 // Install RtfPipe as a Cake Tool #tool nuget:?package=RtfPipe&version=2.0.7677.4303
RtfPipe is a .NET library for parsing Rich Text Format (RTF) streams and converting them to HTML
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on RtfPipe:
Package | Downloads |
---|---|
MsgReader
Read Outlook MSG and EML files without using Outlook. The MSGReader supports MSG E-Mail (also signed), Contact, Appointment, Task, Sticky notes and Contact files. The EML reader supports MIME 1.0 encoded files. |
|
SuperOffice.NetServer.Core
SuperOffice NetServer Core is SuperOffice's data access technology for new applications. This is for onsite installations with the same version. This also works with SuperOffice Online. |
|
GdPicture.API
Intelligent PDF & document processing SDKs |
|
Accusoft.ImageGear.Email
The `Accusoft.ImageGear.Email` package includes all the functionality needed to work with emails in the MSG and EML file formats. ## Getting Started ## Converting EML and MSG files into PDF documents is easy with ImageGear: ``` using System.IO; using ImageGear.Formats; using ImageGear.Formats.Email; using ImageGear.Core; // Initialize common formats support and prepare to load EML files ImGearCommonFormats.Initialize(); ImGearFileFormats.Filters.Add(ImGearEmail.CreateEMLFormat()); // Load an EML file. ImGearEmailDocument document = null; using (FileStream stream = File.OpenRead("input.eml")) document = ImGearFileFormats.LoadDocument(stream) as ImGearEmailDocument; // Save the email to a TIF using (FileStream outputStream = File.Create("output.tif")) ImGearFileFormats.SaveDocument(document, outputStream, 0, ImGearSavingModes.OVERWRITE, ImGearSavingFormats.TIF_UNCOMP, new ImGearSaveOptions()); ``` For more examples of how to use ImageGear's API, check out our [sample code repository](https://github.com/Accusoft/imagegear-net-samples) on github. ## Licensing ## While you are evaluating the product, ImageGear doesn't require any licensing setup. The SDK is ready to use as soon as the NuGet package is installed. Until a paid license is purchased, image output will be watermarked. Contact [email protected] for more information. ## Documentation ## API documentation and how-to content for ImageGear can be found online [here](https://help.accusoft.com/ImageGear/latest/webframe.html). |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on RtfPipe:
Repository | Stars |
---|---|
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
|
|
Sicos1977/MSGReader
C# Outlook MSG file reader without the need for Outlook
|
|
ffMathy/Shapeshifter
A clipboard manager for the 21st century.
|
Version | Downloads | Last updated |
---|---|---|
2.0.7677.4303 | 2,905,649 | 1/7/2021 |
2.0.0 | 44,146 | 11/19/2020 |
1.0.7388.1242 | 137,001 | 3/24/2020 |
1.0.7322.27725 | 98,284 | 1/18/2020 |
1.0.7246.39337 | 39,465 | 11/3/2019 |
1.0.7232.28557 | 2,364 | 10/20/2019 |
1.0.7155.29772 | 25,071 | 8/4/2019 |
1.0.7092.25824 | 8,955 | 6/2/2019 |
1.0.6980.30005 | 10,294 | 2/10/2019 |
1.0.6979.28569 | 828 | 2/9/2019 |
1.0.6945.43089 | 11,313 | 1/6/2019 |
1.0.6905.3016 | 1,553 | 11/27/2018 |
1.0.0.23 | 52,931 | 8/1/2018 |
1.0.0.22 | 992 | 8/1/2018 |
0.7.0.6 | 39,244 | 4/5/2018 |
0.7.0.2 | 12,334 | 1/12/2017 |
0.7.0.1 | 1,619 | 1/10/2017 |