Codeuctivity.PdfjsSharp
2.0.199
dotnet add package Codeuctivity.PdfjsSharp --version 2.0.199
NuGet\Install-Package Codeuctivity.PdfjsSharp -Version 2.0.199
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.199" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codeuctivity.PdfjsSharp --version 2.0.199
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Codeuctivity.PdfjsSharp, 2.0.199"
#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.199 // Install Codeuctivity.PdfjsSharp as a Cake Tool #tool nuget:?package=Codeuctivity.PdfjsSharp&version=2.0.199
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net8.0
- Jering.Javascript.NodeJS (>= 7.0.0)
- System.Collections.Immutable (>= 9.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.199 | 0 | 11/13/2024 |
2.0.196 | 0 | 9/30/2024 |
2.0.193 | 1 | 9/29/2024 |
2.0.190 | 1 | 8/20/2024 |
2.0.187 | 2 | 5/7/2024 |
2.0.186 | 2 | 5/7/2024 |
2.0.181 | 2 | 4/11/2024 |
2.0.178 | 2 | 3/26/2024 |
2.0.175 | 2 | 12/14/2023 |
2.0.172 | 2 | 12/12/2023 |
2.0.169 | 2 | 12/5/2023 |
2.0.162 | 1 | 11/27/2023 |
2.0.161 | 1 | 11/27/2023 |
2.0.155 | 2 | 11/26/2023 |
2.0.150 | 1 | 11/17/2023 |
1.3.147 | 2 | 11/14/2023 |
1.3.144 | 2 | 11/14/2023 |
1.3.138 | 2 | 11/12/2023 |
1.3.134 | 2 | 10/24/2023 |
1.3.131 | 2 | 9/19/2023 |
1.3.130 | 2 | 9/19/2023 |
1.3.125 | 1 | 9/5/2023 |
1.3.124 | 1 | 9/5/2023 |
1.3.119 | 1 | 9/5/2023 |
1.3.114 | 1 | 5/24/2023 |
1.3.108 | 2 | 5/24/2023 |
1.2.101 | 2 | 3/28/2023 |
1.2.98 | 0 | 2/14/2023 |
1.2.93 | 1 | 12/29/2022 |
1.2.88 | 1 | 12/28/2022 |
1.2.79 | 1 | 12/14/2022 |
1.2.68 | 1 | 10/30/2022 |
1.2.65 | 1 | 10/30/2022 |
1.2.60 | 2 | 9/27/2022 |
1.2.59 | 2 | 9/27/2022 |
1.2.52 | 2 | 5/15/2022 |
1.2.51 | 2 | 5/14/2022 |
1.2.48 | 1 | 5/14/2022 |
1.2.42 | 2 | 5/14/2022 |
1.2.41 | 2 | 5/14/2022 |
1.2.40 | 2 | 5/14/2022 |
1.2.39 | 2 | 5/14/2022 |
1.2.38 | 2 | 5/14/2022 |
1.2.35 | 2 | 5/2/2022 |
1.2.34 | 2 | 5/2/2022 |
1.2.33 | 2 | 5/2/2022 |
1.2.32 | 2 | 5/2/2022 |
1.2.29 | 2 | 3/17/2022 |
1.2.26 | 2 | 3/5/2022 |
1.2.25 | 1 | 3/5/2022 |
1.2.23 | 2 | 3/5/2022 |
1.2.22 | 2 | 3/5/2022 |
Merge pull request #75 from Codeuctivity/dependabot/nuget/System.Collections.Immutable-9.0.0
Bump System.Collections.Immutable from 8.0.0 to 9.0.0