pdf_compressor_ios 0.0.1 copy "pdf_compressor_ios: ^0.0.1" to clipboard
pdf_compressor_ios: ^0.0.1 copied to clipboard

PlatformiOS

A plugin to compress pdf for ios

📄 pdf_compressor_ios #

A lightweight Flutter plugin that compresses PDF files on iOS devices using native Swift and PDFKit rendering. It efficiently reduces file size by rasterizing pages and rebuilding the PDF with JPEG-compressed images.

iOS Only – This plugin supports only iOS at the moment.


✨ Features #

  • Compress any PDF file using native iOS capabilities
  • Choose from 3 compression levels: low, medium, high
  • Returns:
    • Original size in MB
    • Compressed size in MB
    • Compressed PDF file path

📱 Platform Support #

Platform Support
iOS ✅ Supported
Android ❌ Not yet supported

🚀 Getting Started #

1. Install #

Add this to your pubspec.yaml:

dependencies:
  pdf_compressor_ios: ^0.0.1
0
likes
150
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to compress pdf for ios

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pdf_compressor_ios

Packages that implement pdf_compressor_ios