Skip to content

docs: add "Projects Using pdf-lib" section - #1788

Open
iqbalhssn78 wants to merge 1 commit into
Hopding:masterfrom
iqbalhssn78:master
Open

docs: add "Projects Using pdf-lib" section#1788
iqbalhssn78 wants to merge 1 commit into
Hopding:masterfrom
iqbalhssn78:master

Conversation

@iqbalhssn78

Copy link
Copy Markdown

What this adds

Adds a "Projects Using pdf-lib" section before the License block, with ihaveatoolforthat.com as the first entry.

About the implementation

ihaveatoolforthat.com uses pdf-lib to power 10+ PDF tools that run entirely in the browser:

  • Merge PDF (combine multiple PDFs into one)
  • Split PDF (extract specific pages)
  • Compress PDF (reduce file size)
  • Add Watermark
  • Add Page Numbers
  • Protect PDF (password-encrypt)
  • Unlock PDF
  • Rotate, Crop, Rearrange pages

The entire pipeline runs client-side - no file is ever uploaded to a server. pdf-lib handles all PDF creation and manipulation in the browser's memory, with output exported via URL.createObjectURL() for direct download.

Technical writeup: https://ihaveatoolforthat.com/privacy-guarantee

Why add this section

Several major open source projects include "Projects using X" sections. It helps potential users evaluate the library by seeing production use cases and gives the community a place to discover real implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant