pdf_merger 0.0.4 copy "pdf_merger: ^0.0.4" to clipboard
pdf_merger: ^0.0.4 copied to clipboard

outdated

A new Flutter plugin for merge List of PDF files. It supports both android and IOS. Before call this package make sure you allow permission and file picker see example.

pdf_merger #

A new Flutter plugin for merge List of PDF files. It supports both android and IOS. Before call this package make sure you allow permission and file picker see example. Also check file_picker and permission handle to implement before calling the plugin.

Android & IOS #

ios_1

ios_2

android

Usage #

See Example. Use with file picker and add permission handler before calling pdf_merger. Make sure to call permission handler for write permission before call pdf_merger.

file_picker

https://pub-web.flutter-io.cn/packages/file_picker

permission_handler

https://pub-web.flutter-io.cn/packages/permission_handler

Support #

Android & IOS

For Android #

Add these lines in your progaurd

required to prevent errors from the spongycastle libraries #

-keep class org.spongycastle.** { ; } -dontwarn org.spongycastle.*

For IOS #

All set

27
likes
0
pub points
86%
popularity

Publisher

unverified uploader

A new Flutter plugin for merge List of PDF files. It supports both android and IOS. Before call this package make sure you allow permission and file picker see example.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, get

More

Packages that depend on pdf_merger