DS.Documents.Pdf.ViewerSupportApi
7.1.3
See the version list below for details.
dotnet add package DS.Documents.Pdf.ViewerSupportApi --version 7.1.3
NuGet\Install-Package DS.Documents.Pdf.ViewerSupportApi -Version 7.1.3
<PackageReference Include="DS.Documents.Pdf.ViewerSupportApi" Version="7.1.3" />
paket add DS.Documents.Pdf.ViewerSupportApi --version 7.1.3
#r "nuget: DS.Documents.Pdf.ViewerSupportApi, 7.1.3"
// Install DS.Documents.Pdf.ViewerSupportApi as a Cake Addin #addin nuget:?package=DS.Documents.Pdf.ViewerSupportApi&version=7.1.3 // Install DS.Documents.Pdf.ViewerSupportApi as a Cake Tool #tool nuget:?package=DS.Documents.Pdf.ViewerSupportApi&version=7.1.3
DS.Documents.Pdf.ViewerSupportApi
The DS.Documents.Pdf.ViewerSupportApi package implements the server-side Support API for the Document Solutions PDF Viewer (DsPdfViewer), and can be used in ASP.NET Core and Web Forms projects. DsPdfViewer is a JavaScript client-side control that is available on npmjs. It is a part of the Document Solutions for PDF product. DsPdfViewer can be used as a powerful client-side only PDF viewer. If connected via Support API to a backend running DsPdf on the server, the viewer enables:
- Customizable and mobile-friendly PDF form filler
- Real-time collaborative editing mode
- Annotation and form editors
- Quick edits using secondary toolbars
- PDF redaction
- Signature verification
- Predefined stamps
- Other editing features
The full source code of this library together with C# demo projects for ASP.NET Core and Web Forms is included in the src/ folder in this package. The WEB_FORMS constant is defined for the Web Forms target.
Resources
- DsPdfViewer Product Page
- DsPdfViewer Live Demos
- DsPdf Live Demos
- License Information
- Licensing FAQ
- How to get Trial Keys
Document Solutions APIs
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 | net461 is compatible. 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.6.1
- DS.Documents.Imaging (= 7.1.3)
- DS.Documents.Imaging.Windows (= 7.1.3)
- DS.Documents.Pdf (= 7.1.3)
- Microsoft.AspNet.SignalR.Core (>= 2.4.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.9)
- Microsoft.Owin (>= 4.2.2)
- Newtonsoft.Json (>= 13.0.1)
- Owin (>= 1.0.0)
- protobuf-net (>= 3.1.22)
-
.NETStandard 2.0
- DS.Documents.Imaging (= 7.1.3)
- DS.Documents.Imaging.Windows (= 7.1.3)
- DS.Documents.Pdf (= 7.1.3)
- Microsoft.AspNetCore.Localization (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.2.0)
- Microsoft.AspNetCore.SignalR (>= 1.1.0)
- Microsoft.AspNetCore.WebSockets (>= 2.2.1)
- Newtonsoft.Json (>= 13.0.1)
- protobuf-net (>= 3.1.22)
- System.Security.Cryptography.Xml (>= 4.7.1)
- System.Text.Encodings.Web (>= 4.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.2.4 | 174 | 10/23/2024 |
7.2.3 | 162 | 10/9/2024 |
7.2.2 | 302 | 9/20/2024 |
7.2.1 | 207 | 9/3/2024 |
7.2.0 | 324 | 8/19/2024 |
7.1.4 | 141 | 7/24/2024 |
7.1.3 | 173 | 6/26/2024 |
7.1.2 | 168 | 5/29/2024 |
7.1.1 | 187 | 4/24/2024 |
7.1.0 | 169 | 4/15/2024 |
7.0.4 | 169 | 3/23/2024 |
7.0.3 | 283 | 2/20/2024 |
7.0.2 | 194 | 1/25/2024 |
7.0.1 | 237 | 1/5/2024 |
7.0.0 | 213 | 12/11/2023 |
# Important note:
- This package replaces GrapeCity.Documents.Pdf.ViewerSupportApi, and provides the same functionality, ensures future enhancements, and is backwards compatible with GrapeCity.Documents.Pdf.ViewerSupportApi. Existing subscriptions will continue to apply to this new package.
# Changes since version 7.1.2:
### Fixed
- Form field validation is not preserved when saving a PDF. (DOC-6261)