pdf_manipulator 0.3.1 pdf_manipulator: ^0.3.1 copied to clipboard
A flutter plugin for easy pdf manipualtions.
0.3.1 #
- Added
pdfCompressor
method for compressing pdf.
0.2.2 #
- Fixes OOfM error in some cases.
0.2.1 #
- BREAKING:
pdfUri
is replaced withpdfPath
as nowpdfPath
is capable of taking care both URI path and absolute file path. - BREAKING:
pdfsUris
is replaced withpdfsPaths
as nowpdfsPaths
is capable of taking care both URI paths and absolute file paths. - Fixed issue of not being able to use absolute file paths.
0.1.1 #
- Support for rotating, deleting and reordering pdf pages.
- Fixes OOfM error in some cases.
- Fixes few errors in splitting by byte size.
0.0.2 #
- Readme Typo fix.
0.0.1 #
- Initial release.