Installation
Installation
This guide shows how to install Aspose.PDF FOSS for TypeScript and verify the package resolves. It targets Node.js 22 and later and has no other runtime dependencies.
Prerequisites
| Requirement | Detail |
|---|---|
| Node.js | 22 or later |
| OS | Windows, Linux, or macOS |
| Runtime dependencies | None |
1. Install the package
asposefoss/pdf is not yet published — build from source until it ships. See the project README for build instructions.2. Verify the installation
Import the Document class to confirm the package resolves correctly:
import { Document } from '@asposefoss/pdf';Next Steps
- Developer Guide — feature-level documentation
- Core API — document and page management