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

outdated

A flutter plugin for easy pdf manipualtions.

pub package wakatime

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.
  • Watermark pdf.

Getting started #

  • In pubspec.yaml, add this dependency:
pdf_manipulator: 
  • Add this package to your project:
import 'package:pdf_manipulator/pdf_manipulator.dart';