DS.Documents.Pdf.ViewerSupportApi 7.1.1

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

// Install DS.Documents.Pdf.ViewerSupportApi as a Cake Tool
#tool nuget:?package=DS.Documents.Pdf.ViewerSupportApi&version=7.1.1

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

Document Solutions APIs

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.1 116 4/24/2024
7.1.0 117 4/15/2024
7.0.4 129 3/23/2024
7.0.3 181 2/20/2024
7.0.2 145 1/25/2024
7.0.1 189 1/5/2024
7.0.0 173 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.0:

## Fixed
- Data serialization issues occurred in collaboration mode if using file system storage. (DOC-4143)