pdf_manipulator 0.0.2 pdf_manipulator: ^0.0.2 copied to clipboard
A flutter plugin for easy pdf manipualtions.
Package description #
A flutter plugin for easy pdf manipulations.
Note 1: This package is using iText7 for pdf manipulations and it uses its AGPL LICENSE.
Note 2: This package currently supports only Android native URIs of files not absolute file paths and to get the Android native URIs of files you can use pick_or_save plugin.
Features #
- Merge pdfs using Android native URI.
- Split pdfs using Android native URI.
Getting started #
- In pubspec.yaml, add this dependency:
pdf_manipulator:
- Add this package to your project:
import 'package:pdf_manipulator/pdf_manipulator.dart';