pdf_merger_flutter

A Flutter package that allows developers to easily merge multiple PDF files into a single document with a simple and intuitive API.

Getting Started

This package is developed for merging multiple files with each other, you can pass bytes.

To use this package call combinePDFs:

Future<Uint8List> combinePDFs({List<Uint8List>? localBytes}) {}

This Returns a Uint8List that is a merged pdf file of yours containing each pdf that you have passed to this method.

if you have question please contact me on github.

Libraries

pdf_merger_flutter