Core
Description
A modern PDF library for TypeScript. Parse, modify, and generate PDFs with a clean, intuitive API.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
LibPDF
[](https://www.npmjs.com/package/@libpdf/core) [](https://www.npmjs.com/package/@libpdf/core) [](https://github.com/LibPDF-js/core/actions/workflows/ci.yml) [](https://github.com/LibPDF-js/core) [](LICENSE) [](https://www.typescriptlang.org/)
A modern PDF library for TypeScript. Parse, modify, and generate PDFs with a clean, intuitive API.
**Beta Software**: LibPDF is under active development and APIs may change between minor versions, but we use it in production at [Documenso](https://documenso.com) and consider it ready for real-world use.
Why LibPDF?
LibPDF was born from frustration. At [Documenso](https://documenso.com), we found ourselves wrestling with the JavaScript PDF ecosystem:
- PDF.js is excellent for rendering and even has annotation editing — but it requires a browser
- pdf-lib has a great API, but chokes on slightly malformed documents
- pdfkit only generates, no parsing at all
We kept adding workarounds. A patch here for a malformed xref table. A hack there for an encrypted document. Eventually, we decided to build what we actually needed:
- Lenient like PDFBox and PDF.js: opens documents other libraries reject
- Intuitive like pdf-lib: clean, TypeScript-first API
- Complete: encryption, digital signatures, incremental saves, form filling
Features
| Feature | Status | Notes |
|---|---|---|
| Parse any PDF | Yes | Graceful fallback for malformed documents |
| Create PD |
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development