PdfMerger class

Constructors

PdfMerger()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

buildInfo() Future<BuildInfoResponse>
For Information about build, example buildDate, app versionName, app versionCode, packageName, packageName.
createImageFromPDF({required String path, required String outputDirPath, int? maxWidth, int? maxHeight, dynamic createOneImage}) Future<CreateImageFromPDFResponse>
For Creating a Image from PDF paths selected file path (String). Example user/android.downlaod/MYPDF.pdf outputDirPath is output path with filename, example /user/android/download/ABC.pdf Optional params maxWidth : default set to 360, maxHeight : default set to 360, createOneImage : default set to true.
createPDFFromMultipleImage({required List<String> paths, required String outputDirPath, int? maxWidth, int? maxHeight, bool? needImageCompressor}) Future<CreatePDFFromMultipleImageResponse>
For Creating a PDF from multiple image paths is a list of paths, example List
mergeMultiplePDF({required List<String> paths, required String outputDirPath}) Future<MergeMultiplePDFResponse>
For Merger multiple PDF paths is a list of paths, example List
sizeFormPath({required String path}) Future<SizeFormPathResponse>
Check File Size of any File paths selected file path (String). Example user/android.downlaod/MYPDF.pdf