Skip to content

Compress booklet PDF from 59 MB to 3.4 MB#682

Merged
richarddushime merged 2 commits intomasterfrom
fix/compress-booklet-pdf
Mar 5, 2026
Merged

Compress booklet PDF from 59 MB to 3.4 MB#682
richarddushime merged 2 commits intomasterfrom
fix/compress-booklet-pdf

Conversation

@LukasWallrich
Copy link
Copy Markdown
Contributor

@LukasWallrich LukasWallrich commented Mar 4, 2026

Summary

  • Recompressed the Canva-exported booklet PDF using Ghostscript at 300 dpi with optimized image compression
  • Reduces file size from 59 MB to 3.4 MB (~94% reduction) while maintaining good visual quality for web viewing
  • All 20 pages preserved

Test plan

  • Verify the booklet flipbook renders correctly on /booklet
  • Check image quality is acceptable at normal zoom levels
  • Confirm direct PDF download works

Closes #543

🤖 Generated with Claude Code

Recompressed the Canva-exported PDF using Ghostscript at 300 dpi with
optimized image compression. Reduces file size by ~94% while maintaining
good visual quality for web viewing.

Closes #543

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@LukasWallrich LukasWallrich requested a review from a team as a code owner March 4, 2026 16:41
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 4, 2026

📝 Spell Check Results

Found 1 potential spelling issue(s) in this PR:

📄 content/glossary/english/open_material.md

Line Issue
17 Wit ==> With

ℹ️ How to address these issues:

  1. Fix the typo: If it's a genuine typo, please correct it.
  2. Add to whitelist: If it's a valid word (e.g., a name, technical term), add it to .codespell-ignore.txt
  3. False positive: If this is a false positive, please report it in the PR comments.

🤖 This check was performed by codespell

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 4, 2026

👍 All image files/references (if any) are in webp format, in line with our policy.

@LukasWallrich
Copy link
Copy Markdown
Contributor Author

LukasWallrich commented Mar 4, 2026

Staging Deployment Status

This PR has been successfully deployed to staging as part of an aggregated deployment.

Deployed at: 2026-03-05 00:07:22 UTC
Staging URL: https://staging.forrt.org

The staging site shows the combined state of all compatible open PRs.

@LukasWallrich
Copy link
Copy Markdown
Contributor Author

@richarddushime I think this is good to merge

Copy link
Copy Markdown
Contributor

@richarddushime richarddushime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@richarddushime richarddushime merged commit ce0bd00 into master Mar 5, 2026
4 checks passed
@richarddushime richarddushime deleted the fix/compress-booklet-pdf branch March 5, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Booklet is 60 MB - reduce file size

2 participants