pdf_merger 0.0.5 pdf_merger: ^0.0.5 copied to clipboard
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.
0.0.5 #
- Stable version release
0.0.4-beta1 #
- Added build info method to get package info buildDate, buildDateWithTime, versionName, versionCode, packageName, appName
0.0.4 #
- Add method added in Async Task and coroutines
- Create PDF From Multiple Image method added with width, height & compress parameter.
- Create Image From PDF method added with width, height & single image or multiple image parameter.
- Get File Size method added to get any file size.
- Migrate to null safety.
0.0.3 #
- Add more detail to the description field of pubspec.yaml.
- Update PDF Example.
- Remove Unused imports.
- Formatted according to dartfmt
0.0.2 #
- Added Readme.
- Added List PDF Example.
0.0.1 #
- TODO: Describe initial release.