GrapeCity.Documents.Pdf.ViewerSupportApi
6.0.4
See the version list below for details.
dotnet add package GrapeCity.Documents.Pdf.ViewerSupportApi --version 6.0.4
NuGet\Install-Package GrapeCity.Documents.Pdf.ViewerSupportApi -Version 6.0.4
<PackageReference Include="GrapeCity.Documents.Pdf.ViewerSupportApi" Version="6.0.4" />
paket add GrapeCity.Documents.Pdf.ViewerSupportApi --version 6.0.4
#r "nuget: GrapeCity.Documents.Pdf.ViewerSupportApi, 6.0.4"
// Install GrapeCity.Documents.Pdf.ViewerSupportApi as a Cake Addin
#addin nuget:?package=GrapeCity.Documents.Pdf.ViewerSupportApi&version=6.0.4
// Install GrapeCity.Documents.Pdf.ViewerSupportApi as a Cake Tool
#tool nuget:?package=GrapeCity.Documents.Pdf.ViewerSupportApi&version=6.0.4
GrapeCity.Documents.Pdf.ViewerSupportApi
The GrapeCity.Documents.Pdf.ViewerSupportApi package implements the server-side Support API for the GrapeCity Documents PDF Viewer (GcPdfViewer), and can be used in ASP.NET Core and Web Forms projects. GcPdfViewer is a JavaScript client-side control that is available on npmjs: https://www.npmjs.com/search?q=gcpdfviewer. It is a part of the GrapeCity Documents for PDF product. GcPdfViewer can be used as a powerful client-side only PDF viewer. If connected via Support API to a backend running GcPdf 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
- GcPdfViewer Product Page
- GcPdfViewer Live Demos
- GcPdf Live Demos
- License Information
- Licensing FAQ
- How to get Trial Keys
GrapeCity Document APIs
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- GrapeCity.Documents.Imaging (= 6.0.4)
- GrapeCity.Documents.Imaging.Windows (= 6.0.4)
- GrapeCity.Documents.Pdf (= 6.0.4)
- 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
- GrapeCity.Documents.Imaging (= 6.0.4)
- GrapeCity.Documents.Imaging.Windows (= 6.0.4)
- GrapeCity.Documents.Pdf (= 6.0.4)
- 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 |
---|---|---|
6.0.6 | 33 | 3/23/2023 |
6.0.5 | 133 | 2/28/2023 |
6.0.4 | 148 | 2/6/2023 |
6.0.3 | 178 | 1/20/2023 |
6.0.2 | 204 | 1/3/2023 |
6.0.1 | 172 | 12/27/2022 |
6.0.0 | 187 | 12/12/2022 |
5.2.0.805 | 176 | 12/9/2022 |
5.2.0.804 | 266 | 11/2/2022 |
5.2.0.803 | 287 | 10/10/2022 |
5.2.0.802 | 337 | 9/16/2022 |
5.2.0.801 | 426 | 8/24/2022 |
5.2.0.800 | 332 | 8/15/2022 |
5.1.0.796 | 337 | 7/29/2022 |
5.1.0.795 | 404 | 7/15/2022 |
5.1.0.793 | 491 | 6/10/2022 |
5.1.0.792 | 396 | 5/23/2022 |
5.1.0.791 | 426 | 4/29/2022 |
5.1.0.790 | 450 | 4/19/2022 |
# Changes since version 6.0.3:
## Fixed
- Filling and saving a signed form in GcPdfViewer invalidates the signature. (DOC-5090)