pdf_manipulator 0.2.1 copy "pdf_manipulator: ^0.2.1" to clipboard
pdf_manipulator: ^0.2.1 copied to clipboard

outdated

A flutter plugin for easy pdf manipualtions.

pub package wakatime

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';