[ComPDFKit PDF SDK](https://www.compdf.com) seamlessly operates on [Web](https://www.compdf.com/web), [Windows](https://www.compdf.com/windows), [Android](https://www.compdf.com/android), [iOS](https://www.compdf.com/ios), [Mac](https://www.compdf.com/con
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.
- Download ComPDFKit for Web in npm.
- Go to ComPDFKit's Web Demo to experience how our WebViewer performs.
- Integrate ComPDFKit Web SDK into Salesforce, SharePoint, Microsoft Teams, etc.
- How to Build a PDF Viewer with JavaScript
- ComPDFKit Standalone Deployment for Web
- Recognize and extract data from PDFs with our online Extract Demo
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
`js
import WebViewer from '@compdfkit_pdf_sdk/webviewer'
const element = document.getElementById('viewer');
WebViewer.init({
path: '/', // the path of your 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.
- 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.