pdf_manipulator 0.3.1 pdf_manipulator: ^0.3.1 copied to clipboard
A flutter plugin for easy pdf manipualtions.
Package description #
A flutter plugin for easy pdf manipulations such as merging, splitting, rotating pages, removing pages, reordering pages.
Note: This package is uses iText7(AGPL LICENSE) for providing pdf manipulations.
Features #
- Merge pdfs using.
- Split pdf using.
- Rotate pdf pages.
- Delete pdf pages.
- Reorder pdf pages.
- Rotate, Delete, Reorder pdf pages at the same time for more efficiency.
- Compress pdf.
Getting started #
- In pubspec.yaml, add this dependency:
pdf_manipulator:
- Add this package to your project:
import 'package:pdf_manipulator/pdf_manipulator.dart';