An open API service indexing awesome lists of open source software.

https://github.com/vikassandhu999/flutter_pdf_compressor

A flutter plugin to compress pdf files offline. (Android only)
https://github.com/vikassandhu999/flutter_pdf_compressor

dart flutter itext5 java

Last synced: 8 months ago
JSON representation

A flutter plugin to compress pdf files offline. (Android only)

Awesome Lists containing this project

README

          

# pdf_compressor

A plugin to compress pdf files locally works for android only.

## Getting Started

# import
`import 'package:pdf_compressor/pdf_compressor.dart'`;

# usage
`await PdfCompressor.compressPdfFile(inputFilePath, outputFilePath, CompressQuality.MEDIUM)`;