ImagesFromPdfIsolate class

Internal class for handling image extraction from PDFs using isolates.

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

Constructors

ImagesFromPdfIsolate.new()

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

createImageFromPDF({required String inputPath, required String outputDirectory, required ImageFromPdfConfig config}) Future<List<String>?>
Creates images from a PDF file in a separate isolate.