PdfFromMultipleImagesIsolate class

Internal class for handling PDF creation from multiple images using isolates.

This class should not be used directly. It manages the process of converting multiple images into a PDF in a separate isolate to prevent blocking the main thread.

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

createPDFFromMultipleImages({required List<String> inputPaths, required String outputPath, required PdfFromMultipleImageConfig config}) Future<String?>
Creates a PDF from multiple images in a separate isolate.