Promote to production: Sign/Organize PDF, Favicon Generator + extract-images fix - #215
Merged
Conversation
A basic text toolkit sharing one pure lib: live word/character/sentence/ reading-time counts; case conversion (UPPER/lower/Title/Sentence/camel/ Pascal/snake/kebab/CONSTANT); and text cleanup (trim, collapse spaces, remove blank lines/line breaks, strip HTML, remove accents, dedupe, sort). EN + ID SEO with how-to for each.
feat(dev): text toolkit — Word Counter, Case Converter, Text Cleanup
- 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.
feat: Sign PDF + Organize PDF + Favicon Generator
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.
Promotes: Sign PDF, Organize PDF, Favicon Generator, and the fix so Extract Images from PDF finds embedded images (render pages to force pdf.js decode).