@bentopdf/gs-wasm
v0.1.0
Published
Ghostscript compiled to WebAssembly for BentoPDF
Downloads
2,321
Readme
@bentopdf/gs-wasm
Ghostscript compiled to WebAssembly for BentoPDF.
Installation
npm install @bentopdf/gs-wasmUsage
import { loadGhostscript } from '@bentopdf/gs-wasm';
const gs = await loadGhostscript();
// Use Ghostscript for PDF processingFeatures
- Fully client-side PDF processing
- PDF/A conversion support
- No server uploads required - all processing happens in the browser
Building
npm install
npm run buildLicense
This project is licensed under the AGPL-3.0 license.
Ghostscript is © Artifex Software, Inc. and licensed under AGPL-3.0.
BentoPDF is © BentoPDF and licensed under AGPL-3.0.
