From 572769785aba382ed45b87ffd2937f446a730c35 Mon Sep 17 00:00:00 2001 From: iqbalhssn78 Date: Mon, 31 Aug 2026 12:43:33 +0530 Subject: [PATCH] docs: add Projects Using pdf-lib section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 02c9bed4e..ad8c8a1c9 100644 --- a/README.md +++ b/README.md @@ -1499,6 +1499,12 @@ The simplest way to deal with this fact is to: See this [StackOverflow answer](https://stackoverflow.com/a/48268766) for a great, in depth explanation of what a git history rewrite entails. +## Projects Using pdf-lib + +Real-world applications built with pdf-lib: + +- **[I Have A Tool For That](https://ihaveatoolforthat.com/category/pdf-tools)** — A suite of client-side PDF tools (Merge PDF, Split PDF, Compress PDF, Add Watermark, Add Page Numbers, Protect/Unlock PDF, and more) built entirely on pdf-lib with no file uploads. PDFs are processed locally in the browser using pdf-lib's JavaScript API, with output exported directly to the user's device. ([Technical details](https://ihaveatoolforthat.com/privacy-guarantee)) + ## License [MIT](LICENSE.md)