> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/web/get-started/readme.md).

# Get Started with WebViewer - Integrations, Frameworks, Samples

Discover the power of WebViewer, a top-tier JavaScript document library for lightning-fast and reliable document processing. Seamlessly integrate with any frameworks like React, Angular, Vue, and Next

[WebViewer](/web/get-started/guides.md) is a cutting-edge JavaScript document library that empowers web applications with accurate, reliable, and lightning-fast [document processing capabilities](https://apryse.com/capabilities). With WebViewer, integration is seamless with any JavaScript framework, as it only requires a DOM element to host the document viewing component. Pre-built samples are readily available for quick and hassle-free integration, and setting up WebViewer with any framework is a breeze.

<a href="/web/get-started/npm.md" class="button primary">Integrate via NPM</a><a href="/web/get-started/manually.md" class="button primary">Manual integration</a><a href="/web/get-started/without-viewer.md" class="button primary">Without viewer</a>

## Libraries and Frameworks

<a href="/web/get-started/libraries-and-frameworks/react.md" class="button secondary">React</a><a href="/web/get-started/libraries-and-frameworks/angular.md" class="button secondary">Angular</a><a href="/web/get-started/libraries-and-frameworks/vue.md" class="button secondary">Vue</a><a href="/web/get-started/libraries-and-frameworks/nextjs.md" class="button secondary">NextJS</a><a href="/web/get-started/libraries-and-frameworks/nuxt.md" class="button secondary">NuxtJS</a><a href="/web/get-started/libraries-and-frameworks/electron.md" class="button secondary">Electron</a><a href="/web/get-started/libraries-and-frameworks/svelte.md" class="button secondary">Svelte</a><a href="/web/get-started/libraries-and-frameworks/vite.md" class="button secondary">Vite</a><a href="/web/get-started/readme/cordova.md" class="button secondary">Cordova</a><a href="/web/get-started/libraries-and-frameworks/blazor.md" class="button secondary">Blazor</a><a href="/core/get-started/frameworks/nodejs.md" class="button secondary">Node.js</a>

## Integrations

<a href="https://docs.apryse.com/salesforce/" class="button secondary">Salesforce</a><a href="https://docs.apryse.com/appian/" class="button secondary">Appian</a><a href="/web/get-started/integrations/mendix/mendix.md" class="button secondary">Mendix</a><a href="/web/get-started/integrations/outsystems.md" class="button secondary">OutSystems</a><a href="/web/get-started/integrations/sharepoint/sharepoint.md" class="button secondary">Sharepoint</a>

## Clone a sample project

#### Clone framework specific sample apps

<a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-react" class="button secondary">React</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-vue" class="button secondary">Vue</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-nuxtjs" class="button secondary">NuxtJS</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-angular" class="button secondary">Angular</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-electron" class="button secondary">Electron</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-svelte" class="button secondary">Svelte</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-blazor" class="button secondary">Blazor</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-nextjs-14" class="button secondary">NextJS</a>

#### Clone full sample apps

<a href="https://github.com/ApryseSDK/pdftron-sign-app" class="button secondary">Digital signing app</a><a href="https://github.com/ApryseSDK/pdftron-document-search" class="button secondary">Search across multiple documents</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-barcode" class="button secondary">Stamp barcodes</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-server-side-search" class="button secondary">Server-side search</a><a href="https://github.com/ApryseSDK/webviewer-samples/tree/main/webviewer-realtime-collaboration-sqlite3" class="button secondary">Collaboration sample</a>

See more on our [GitHub](https://github.com/ApryseSDK/webviewer-samples).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/web/get-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
