Codeuctivity.PdfjsSharp 2.0.181

dotnet add package Codeuctivity.PdfjsSharp --version 2.0.181
NuGet\Install-Package Codeuctivity.PdfjsSharp -Version 2.0.181
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="Codeuctivity.PdfjsSharp" Version="2.0.181" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codeuctivity.PdfjsSharp --version 2.0.181
#r "nuget: Codeuctivity.PdfjsSharp, 2.0.181"
#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 Codeuctivity.PdfjsSharp as a Cake Addin
#addin nuget:?package=Codeuctivity.PdfjsSharp&version=2.0.181

// Install Codeuctivity.PdfjsSharp as a Cake Tool
#tool nuget:?package=Codeuctivity.PdfjsSharp&version=2.0.181

Sample:

var outputPath = Path.Combine(Path.GetTempPath(), "OutputPathPng");
var images = await Rasterizer.ConvertToPngAsync(@"../../../SourceTest.pdf", outputPath);

Console.WriteLine($"Pages converted: {images.Count}");
Console.WriteLine($"First page path: {images.Single()}");
//Pages converted: 1
//First page path: /tmp/OutputPathPng1.png
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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.181 0 4/11/2024
2.0.178 0 3/26/2024
2.0.175 1 12/14/2023
2.0.172 1 12/12/2023
2.0.169 0 12/5/2023
2.0.162 0 11/27/2023
2.0.161 0 11/27/2023
2.0.155 1 11/26/2023
2.0.150 0 11/17/2023
1.3.147 0 11/14/2023
1.3.144 0 11/14/2023
1.3.138 0 11/12/2023
1.3.134 0 10/24/2023
1.3.131 0 9/19/2023
1.3.130 0 9/19/2023
1.3.125 0 9/5/2023
1.3.124 0 9/5/2023
1.3.119 0 9/5/2023
1.3.114 0 5/24/2023
1.3.108 0 5/24/2023
1.2.101 0 3/28/2023
1.2.98 0 2/14/2023
1.2.93 0 12/29/2022
1.2.88 0 12/28/2022
1.2.79 0 12/14/2022
1.2.68 0 10/30/2022
1.2.65 0 10/30/2022
1.2.60 0 9/27/2022
1.2.59 0 9/27/2022
1.2.52 0 5/15/2022
1.2.51 0 5/14/2022
1.2.48 0 5/14/2022
1.2.42 0 5/14/2022
1.2.41 0 5/14/2022
1.2.40 0 5/14/2022
1.2.39 0 5/14/2022
1.2.38 0 5/14/2022
1.2.35 0 5/2/2022
1.2.34 0 5/2/2022
1.2.33 0 5/2/2022
1.2.32 0 5/2/2022
1.2.29 1 3/17/2022
1.2.26 0 3/5/2022
1.2.25 0 3/5/2022
1.2.23 0 3/5/2022
1.2.22 0 3/5/2022

Merge pull request #69 from Codeuctivity/dependabot/npm_and_yarn/PdfJsSharp/tar-6.2.1

Bump tar from 6.1.11 to 6.2.1 in /PdfJsSharp