pdf_manipulator 0.5.9
pdf_manipulator: ^0.5.9 copied to clipboard
A flutter plugin for doing various manipulations such as merge, split, compress and many more on PDF easily.
0.5.9 #
- Fixes error "Build file '\pdf_manipulator\android\build.gradle' should not contain a package statement".
0.5.8 #
- Updated documentation regarding PlatformException in Release build: AbstractITextEvent is only for internal usage #2.
0.5.7 #
- Attempts to fix "x + width must be <= bitmap.width()" exception on some devices in some case of PDF compressing.
0.5.6 #
- Updated dependency.
0.5.5 #
- Updated documentation.
- Improved example app.
0.5.2 #
- Fixes crash on
pdfCompressorwithunEmbedFontsset true for some pdfs.
0.5.1 #
- Now
pdfDecryptionfinishes with error on BadPasswordException and PdfException.
0.4.8 #
- Fixed
imagesToPdfsmethod not working for absolute file paths of files with names containing:.
0.4.7 #
- Fixed
imagesToPdfsmethod not working for android uris and absolute file paths. - Fixed
imagesToPdfsadding unnecessary padding to pdfs whencreateSinglePdfis set to false or default. - Updated example and example dependency.
0.4.5 #
- Added
imagesToPdfsmethod for converting images to single pdf or multiple pdfs.
0.4.4 #
- Added
pdfEncryptionmethod for pdf encryption. - Added
pdfDecryptionmethod for pdf decryption. - Added
pdfValidityAndProtectionmethod for getting pdf validity and protection info. Also, you can use pdf_bitmaps for getting pdf validity and protection info quickly.
0.4.3 #
- Fixed
pdfPagesSizemethod OOM issue also removed redundant properties. Also, you can use pdf_bitmaps for getting size info specific page of pdf quickly.
0.4.2 #
- Added
positionTypeinpdfWatermarkmethod which provides various predefined and allows providing custom watermark positions.` - Added
pdfPagesSizemethod for getting size info of pages of pdf. - Added
customPositionXCoordinatesList,customPositionYCoordinatesListinpdfWatermarkmethod for more fine controlling of watermark position.
0.4.1 #
- Added
pdfWatermarkmethod for watermarking pdf.
0.3.2 #
- Added
unEmbedFontsforpdfCompressor.
0.3.1 #
- Added
pdfCompressormethod for compressing pdf.
0.2.2 #
- Fixes OOM error in some cases.
0.2.1 #
- BREAKING:
pdfUriis replaced withpdfPathas nowpdfPathis capable of taking care both URI path and absolute file path. - BREAKING:
pdfsUrisis replaced withpdfsPathsas nowpdfsPathsis 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.