pdf_merger_flutter 1.0.0+4 copy "pdf_merger_flutter: ^1.0.0+4" to clipboard
pdf_merger_flutter: ^1.0.0+4 copied to clipboard

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

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.

0
likes
160
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, file_picker, flutter, open_app_file, path_provider, syncfusion_flutter_pdf

More

Packages that depend on pdf_merger_flutter