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

RequirementDetail
Node.js22 or later
OSWindows, Linux, or macOS
Runtime dependenciesNone

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

See Also