pdf_compressor_pro
A simple cross-platform Flutter plugin to compress PDF files on Android and iOS.
It rasterizes each page and re-encodes it, reducing file size while keeping the document readable.
β¨ Features
- π Cross-platform β Works on both Android and iOS
- β‘ Compress any PDF β Works with locally stored PDFs
- ποΈ Multiple compression levels
low
β smallest file size, lower qualitymedium
β balance between size and quality (default)high
β larger file size, higher quality
- π Detailed results β Returns:
- Original size (MB)
- Compressed size (MB)
- Path to the new compressed PDF file
π¦ Installation
Add this to your pubspec.yaml
:
dependencies:
pdf_compressor_pro: ^0.1.2