
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Extract images from PDF keeping transparency masks. Supports PNG and WEBP output.
A fast, efficient CLI tool for extracting images from PDF files while preserving transparency masks and alpha channels. Built with Bun, MuPDF, and Sharp for optimal performance.
pdfie
requires Bun runtime installed. See installation instruction at https://bun.sh/
# Extract all images from a PDF as loseless PNGs
bunx pdfie document.pdf
# Extract all images as WEBP
bunx pdfie document.pdf --webp
# Extract images with minimum image size (in pixels) as WEBP with custom quality
bunx pdfie document.pdf --webp 85 --min 64
Option | Description | Default |
---|---|---|
--webp [quality] | Output as WebP format with optional quality (1-100) | 90 |
--batch <number> | Number of images to process concurrently | 10 |
--min <number> | Minimum image size in pixels (width or height) | 32 |
--skip <boolean> | Skip images smaller than min-size | true |
FAQs
Extract images from PDF keeping transparency masks. Supports PNG and WEBP output.
The npm package pdfie receives a total of 18 weekly downloads. As such, pdfie popularity was classified as not popular.
We found that pdfie demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.