PDFix.SDK
9.3.0
dotnet add package PDFix.SDK --version 9.3.0
NuGet\Install-Package PDFix.SDK -Version 9.3.0
<PackageReference Include="PDFix.SDK" Version="9.3.0" />
<PackageVersion Include="PDFix.SDK" Version="9.3.0" />
<PackageReference Include="PDFix.SDK" />
paket add PDFix.SDK --version 9.3.0
#r "nuget: PDFix.SDK, 9.3.0"
#:package PDFix.SDK@9.3.0
#addin nuget:?package=PDFix.SDK&version=9.3.0
#tool nuget:?package=PDFix.SDK&version=9.3.0
PDFix SDK
keywords: pdf, accessibility, remediation, extraction, html, conversion, render, watermark, redact, sign, forms
PDFix SDK analyses the key components of the PDF and makes it easily available for you to manipulate. It’s a high-performance library that helps software developers and end-users integrate PDF functionality into their workflows.
Features
- Make PDF Accessible
- Automated PDF tagging and remediation (PDF/UA, WCAG)
- Content extraction to JSON and XML
- PDF to HTML conversion
- Rendering, redaction, forms, comments, and digital signatures
Change log
https://pdfix.net/support/changelog/
Supported platforms
- Linux amd64, aarch64
- Windows amd64
- macOS amd64, arm64
Installation
dotnet add package PDFix.SDK
Example
using PDFixSDK.Pdfix;
var pdfix = new Pdfix();
PdfDoc doc = pdfix.OpenDoc("input.pdf", "");
//...
doc.Close();
More examples
https://github.com/pdfix/pdfix_sdk_example_dotnet
Testing a local package (Windows)
After commands/build_nuget.sh and copying packages to release/nuget/:
On the host (no Docker):
.\commands\test-win-dotnet.ps1 -Tfm "net6.0"
Restore writes a temporary nuget.config in the cloned example (local feed + nuget.org); the machine-wide NuGet.Config is not modified. On Windows with .NET SDK 10+, --source https://... can fail with NU1301; the scripts avoid that.
In a Windows container (same as CI test-nuget-package-win-*):
- git on the host clones the example repo; the container only restores, builds, and runs.
- Mounts:
release\nuget→C:\nuget, cloned example →C:\example(writable; restore needsobj/). - Requires Docker Desktop in Windows containers mode and a working
docker version.
.\commands\test-win-dotnet-docker.ps1 -Tfm net48
.\commands\test-win-dotnet-docker.ps1 -Tfm net6.0 -NuGetHostDir release\nuget
.\commands\test-win-dotnet-docker.ps1 -Tfm net8.0 -NuGetHostDir D:\test-packages\nuget
Supported -Tfm values: net48, net6.0, net8.0, net9.0, net10.0.
If docker fails with localhost:2375 connection refused, clear DOCKER_HOST and run docker context use default.
| 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. net9.0 was computed. 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 was computed. 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. |
| .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 | 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. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on PDFix.SDK:
| Package | Downloads |
|---|---|
|
PDFix.OcrTesseract
~ OCR Tesseeract plugin for PDFix.SDK ~ - OCR PDF document, page a portion of a page - embed fonts into the document Free trial: https://pdfix.net/download Code samples: http://pdfix.net/docs/_c_s__samples.html Related packages: PDFix.SDK ~ https://www.nuget.org/packages/PDFix.SDK/ PDFix.PdfToHtml ~ https://www.nuget.org/packages/PDFix.PdfToHtml/ |
|
|
PDFix.PdfToHtml
~ PDF to HTML plugin for PDFix.SDK ~ Convert PDF document or single page to HTML. Create embeddable HTML div element. Fixed Original Layout - retain visual appearance of the page content - convert PDF Form to HTML Form PDF to Responsive HTML - create PDF content reflow Free trial: https://pdfix.net/download Code samples: http://pdfix.net/docs/_c_s__samples.html Related packages: PDFix.SDK ~ https://www.nuget.org/packages/PDFix.SDK/ PDFix.OcrTesseract ~ https://www.nuget.org/packages/PDFix.OcrTesseract/ |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.3.0 | 96 | 8/31/2026 |
| 9.2.0 | 114 | 8/13/2026 |
| 9.1.1 | 159 | 7/16/2026 |
| 9.1.0 | 353 | 6/23/2026 |
| 9.0.0 | 1,409 | 5/4/2026 |
| 8.8.0 | 381 | 4/29/2026 |
| 8.7.9 | 710 | 12/30/2025 |
| 8.7.8 | 347 | 12/17/2025 |
| 8.7.7 | 323 | 12/17/2025 |
| 8.7.6 | 1,764 | 10/16/2025 |
| 8.7.5 | 316 | 10/9/2025 |
| 8.7.4 | 523 | 9/5/2025 |
| 8.7.3 | 328 | 8/14/2025 |
| 8.7.2 | 955 | 7/20/2025 |
| 8.7.1 | 709 | 7/10/2025 |
| 8.7.0 | 305 | 6/23/2025 |
| 8.6.1 | 292 | 6/16/2025 |
| 8.6.0 | 310 | 6/5/2025 |
| 8.5.4 | 362 | 5/16/2025 |
| 8.5.3 | 450 | 4/15/2025 |