PdfCombinerMessages class
Contains predefined messages used in the PDF combiner process.
Constructors
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
-
emptyParameterMessage(
String parameterName) → String - Returns an error message when a required parameter is empty.
-
errorMessageImage(
String path) → String - Returns an error message when a file is not a valid image or does not exist.
-
errorMessageInvalidOutputPath(
String path) → String - Returns an error message when the outputPath does not have the expected .pdf format.
-
errorMessageMixed(
String path) → String - Returns an error message when a file is neither a PDF nor an image, or does not exist.
-
errorMessagePDF(
String path) → String - Returns an error message when a file is not a valid PDF or does not exist.
Constants
- errorMessage → const String
- Message indicating that an error occurred during processing.
- processingMessage → const String
- Message indicating that processing has started.
- successMessage → const String
- Message indicating that the process was successful.