GrapeCity.Documents.Pdf.ViewerSupportApi
5.1.0.793
See the version list below for details.
Install-Package GrapeCity.Documents.Pdf.ViewerSupportApi -Version 5.1.0.793
dotnet add package GrapeCity.Documents.Pdf.ViewerSupportApi --version 5.1.0.793
<PackageReference Include="GrapeCity.Documents.Pdf.ViewerSupportApi" Version="5.1.0.793" />
paket add GrapeCity.Documents.Pdf.ViewerSupportApi --version 5.1.0.793
#r "nuget: GrapeCity.Documents.Pdf.ViewerSupportApi, 5.1.0.793"
// Install GrapeCity.Documents.Pdf.ViewerSupportApi as a Cake Addin
#addin nuget:?package=GrapeCity.Documents.Pdf.ViewerSupportApi&version=5.1.0.793
// Install GrapeCity.Documents.Pdf.ViewerSupportApi as a Cake Tool
#tool nuget:?package=GrapeCity.Documents.Pdf.ViewerSupportApi&version=5.1.0.793
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 |
.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 |
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 (= 5.1.0.793)
- GrapeCity.Documents.Imaging.Windows (= 5.1.0.793)
- GrapeCity.Documents.Pdf (= 5.1.0.793)
- Microsoft.AspNet.SignalR.Core (>= 2.4.1)
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Newtonsoft.Json (>= 12.0.3)
- Owin (>= 1.0.0)
- protobuf-net (>= 3.0.62)
-
.NETStandard 2.0
- GrapeCity.Documents.Imaging (= 5.1.0.793)
- GrapeCity.Documents.Imaging.Windows (= 5.1.0.793)
- GrapeCity.Documents.Pdf (= 5.1.0.793)
- Microsoft.AspNetCore.Localization (>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.1.1)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.1.1)
- Microsoft.AspNetCore.SignalR (>= 1.1.0)
- protobuf-net (>= 3.0.62)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Changes since version 5.1.0.791:
## Fixed
- [DioDocs] The predefined default stamps are not localized. (DOC-4327)
- Modified value of a Combobox cannot be saved if it is custom (requires GcPdfViewer v3.1.5 or later). (DOC-4280)
## Added
- [ASP .Net Core version] Added CorsProxy method. Use this method to open PDF documents from another domain.
Usage example:
viewer.open("http://localhost:5005/api/pdf-viewer/CorsProxy?url=https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf");