pdf_manipulator 0.4.2
pdf_manipulator: ^0.4.2 copied to clipboard
A flutter plugin for easy pdf manipualtions.
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 OOfM 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.