Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 986 Bytes

File metadata and controls

36 lines (25 loc) · 986 Bytes

Miscellaneous Examples (Local)

These examples demonstrate various integrations, analytics, and specialized use cases with Nutrient Web SDK.

For related playground examples, see:


Available Examples

mixpanel-web-analytics

Description: Integration with Mixpanel for tracking PDF viewer analytics and user interactions.

Quick start:

cd mixpanel-web-analytics
npm install
npm start

Prerequisites

All examples require:

  • Node.js (v16 or higher recommended)
  • npm or yarn
  • Additional service credentials where applicable (e.g., Mixpanel API key)

Need Help?