@compdfkit_pdf_sdk/webviewer

2.2.2 • Public • Published

ComPDFKit

ComPDFKit PDF SDK seamlessly operates on Web, Windows, Android, iOS, Mac, and Server, with support for cross-platform frameworks such as React Native, Flutter, etc.

Introduction

ComPDFKit for Web is a powerful JavaScript-based PDF Library that's part of the ComPDFKit PDF SDK. It provides a slick out-of-the-box responsive UI that interacts with the core library to view, annotate and manipulate PDFs that can be embedded into any web project.

Related

Guides

You can get the full documentation of ComPDFKit for Web here.

1) Install WebViewer

npm i @compdfkit_pdf_sdk/webviewer --save

This will install the ComPDFKit for Web package and add it as a project dependency.

2) Copy Assets to Your Static Folder

These assets need to be served in your application. Copy the ComPDFKit for Web library's assets to the static directory in your project’s root folder.

The folder you need to copy is node_modules/@compdfkit_pdf_sdk/webviewer/dist.

cp -r ./node_modules/@compdfkit_pdf_sdk/webviewer/dist ./public/webviewer

3) Import and Initial the WebViewer

import WebViewer from '@compdfkit_pdf_sdk/webviewer'

const element = document.getElementById('viewer');

WebViewer({
  pdfUrl: 'URL of your PDF File' // the path of your document
  license: 'Input your license here'
}, element).then((instance) => {
  // Call APIs here
})

4) Apply the License Key Contact ComPDFKit's sales team to get a free 30-day license to test the project.

Documentation

Full documentation for ComPDFKit for Web can be found here.

License

ComPDFKit for Web supports flexible licensing options, please contact our sales team to know more. Each license is only valid for a root domain name and any of its subdomains. However, any documents, sample code, or source code distribution from the released package of ComPDFKit PDF SDK to any third party is prohibited.

Support

ComPDFKit has a professional R&D team that produces comprehensive technical documentation and guides to help developers. Also, you can get an immediate response when reporting your problems to our support team.

  • For detailed information, please visit our Guides page.

  • Stay updated with the latest improvements through our Changelog.

  • For technical assistance, please reach out to our Technical Support.

  • To get more details and an accurate quote, please contact our Sales Team.

Note

We are glad to announce that you can register a ComPDFKit API account for a free trial to process 1000 documents per month for free.

Package Sidebar

Install

npm i @compdfkit_pdf_sdk/webviewer

Weekly Downloads

2

Version

2.2.2

License

none

Unpacked Size

15.8 MB

Total Files

38

Last publish

Collaborators

  • compdfkit_pdf_sdk