pdf_manipulator 0.5.2 pdf_manipulator: ^0.5.2 copied to clipboard
A flutter plugin for easy pdf manipualtions.
0.5.2 #
- Fixes crash on
pdfCompressor
withunEmbedFonts
set true for some pdfs.
0.5.1 #
- Now
pdfDecryption
finishes with error on BadPasswordException and PdfException.
0.4.8 #
- Fixed
imagesToPdfs
method not working for absolute file paths of files with names containing:
.
0.4.7 #
- Fixed
imagesToPdfs
method not working for android uris and absolute file paths. - Fixed
imagesToPdfs
adding unnecessary padding to pdfs whencreateSinglePdf
is set to false or default. - Updated example and example dependency.
0.4.5 #
- Added
imagesToPdfs
method for converting images to single pdf or multiple pdfs.
0.4.4 #
- Added
pdfEncryption
method for pdf encryption. - Added
pdfDecryption
method for pdf decryption. - Added
pdfValidityAndProtection
method 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
pdfPagesSize
method 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
positionType
inpdfWatermark
method which provides various predefined and allows providing custom watermark positions.` - Added
pdfPagesSize
method for getting size info of pages of pdf. - Added
customPositionXCoordinatesList
,customPositionYCoordinatesList
inpdfWatermark
method for more fine controlling of watermark position.
0.4.1 #
- Added
pdfWatermark
method for watermarking pdf.
0.3.2 #
- Added
unEmbedFonts
forpdfCompressor
.
0.3.1 #
- Added
pdfCompressor
method for compressing pdf.
0.2.2 #
- Fixes OOM 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.