pdf_manipulator 0.4.2 copy "pdf_manipulator: ^0.4.2" to clipboard
pdf_manipulator: ^0.4.2 copied to clipboard

outdated

A flutter plugin for easy pdf manipualtions.

0.4.2 #

  • Added positionType in pdfWatermark 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 in pdfWatermark method for more fine controlling of watermark position.

0.4.1 #

  • Added pdfWatermark method for watermarking pdf.

0.3.2 #

  • Added unEmbedFonts for pdfCompressor.

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 with pdfPath as now pdfPath is capable of taking care both URI path and absolute file path.
  • BREAKING: pdfsUris is replaced with pdfsPaths as now pdfsPaths 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.