feat: Sign PDF + Organize PDF + Favicon Generator - #214
Merged
Conversation
- Sign PDF: draw or upload a signature and drag it onto a PDF page (multi-page), then download the signed file — via pdf-lib embedPng. - Organize PDF: drag-to-reorder and delete page thumbnails, optional page numbers — rebuilds page order with pdf-lib copyPages. - Favicon Generator: one image → favicon.ico + PNGs + Apple touch icon + web manifest + HTML snippet, downloaded as a ZIP. Pure geometry/manifest helpers unit-tested; EN + ID SEO with how-to for each.
With the pdf.js worker, getOperatorList() does not populate page.objs with decoded images, so extraction found nothing. Render each page (that has image XObjects) first to force decoding, then read the objects.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | 62c3494 | Aug 14 2026, 03:37 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three tools (the big one: Sign PDF), each with EN + ID SEO + how-to:
/tools/pdf-sign/tools/pdf-organize/tools/favicon-generatorpdf-lib embedPng/drawImage(y-flipped). Placement geometry unit-tested.copyPagesin new order +drawText. Page-number geometry unit-tested.Reuses Signature Pad export, pdf.lib mupdf-normalize→copy-to-fresh-doc flow,
imageToIco/processImage/createZip. Full suite 1097 green, lint 0 errors, build green (6 new EN/ID routes).