LibPDF-js/core
A modern PDF library for TypeScript. Parse, modify, and generate PDFs with a clean, intuitive API. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 91
- Longevity 16
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1
- age_days: 234
- days_rel: 62
- days_push: 9
- n_releases_24m: 24
Adoption not part of the score
1803 stars · 63 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LibPDF is a modern TypeScript PDF library for parsing, modifying, generating, and signing PDF documents. It combines lenient parsing (like PDF.js), an intuitive API (like pdf-lib), and features such as encryption, PAdES digital signatures, form filling, and incremental saves.
Use cases
- parse pdfs in typescript
- generate pdf documents from scratch
- sign pdfs with digital certificates
- fill and flatten pdf form fields
- merge or split pdf files
- extract text with positions from pdfs
- decrypt and encrypt password-protected pdfs
- append changes to signed pdfs without invalidating signatures
When to choose
- you need both parsing and generation in one TypeScript library
- you must handle malformed or encrypted PDFs other libraries reject
- you need PAdES digital signatures or incremental saves that preserve signatures
- you want form filling, flattening, attachments, or font embedding
When to avoid
- you only need to render PDFs in a browser (use PDF.js)
- you need stable, frozen APIs - the library is beta and APIs may change
- you need PDF 2.0 write support, which is not yet implemented
Facets
library · maturity active
pdf parser serialization cryptography pdf files developer-tools web-development bun browser cross-platform pdf-generation digital-signatures pades form-filling encryption text-extraction incremental-saves typescript-native nodejs typescript
4 sources
- readme: https://github.com/LibPDF-js/core · fetched 2026-08-28 · e9301e5d1972
- homepage: https://libpdf.dev · fetched 2026-08-29 · d4a577c59153
- site_page: https://libpdf.documenso.com/docs · fetched 2026-08-29 · b22d1d6f2263
- site_page: https://libpdf.documenso.com/docs/api · fetched 2026-08-29 · ac89cd6b5140
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LibPDF-js/core | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem