The DS.Documents.Pdf.ViewerSupportApi package implements the server-side Support API for the Document Solutions PDF Viewer (DsPdfViewer, https://www.npmjs.com/package/@mescius/dspdfviewer).
$ dotnet add package DS.Documents.Pdf.ViewerSupportApiThe 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:
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.