pdf_combiner 2.0.0
pdf_combiner: ^2.0.0 copied to clipboard
It is a lightweight and efficient Flutter plugin designed to merge multiple PDF documents into a single file effortlessly.
2.0.0 #
- BREAKING CHANGE: mergeMultiplePDF has been renamed by mergeMultiplePDFs.
- BREAKING CHANGE: createPDFFromMultipleImage has been renamed by createPDFFromMultipleImages.
- BREAKING CHANGE: createImageFromPDF has been renamed by createImageFromPDFs.
- BREAKING CHANGE:
pathsparameter has been renamed byinputPathsin mergeMultiplePDFs method. - BREAKING CHANGE:
outputDirPathparameter has been renamed byoutputPathin mergeMultiplePDFs method. - BREAKING CHANGE:
pathsparameter has been renamed byinputPathsin mergeMultiplePDFs method. - BREAKING CHANGE:
outputDirPathparameter has been renamed byoutputPathin createPDFFromMultipleImages method. - BREAKING CHANGE:
pathparameter has been renamed byinputPathin createPDFFromMultipleImages method. - BREAKING CHANGE:
outputDirPathparameter has been renamed byoutputPathin createImageFromPDF method. - BREAKING CHANGE: response.status is not a String anymore, now it is a PdfCombinerStatus enum value.
- Added more tests.
- Improved documentation.
1.0.1 #
- Updated min SDK of Dart to 3.0
- Updated min SDK of Flutter to 3.0
1.0.0 #
- Initial release of the PDF Combiner package.
- Allows users to select multiple PDF files.
- Combines selected PDFs into a single output file.
- Supports storage permissions on Android for file access.
- Displays success and error messages using SnackBars.
- Provides compatibility with both Android and iOS platforms for saving the output file.
- Completed migration from pdf_merger.