PdfExportService<T> class
PDF export service implementation
- Inheritance
-
- Object
- ExportService<
T> - PdfExportService
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
-
export(
{required List< T> data, required List<VooDataColumn> columns, required ExportConfig config, Map<String, VooDataFilter> ? activeFilters}) → Future<Uint8List> -
Export data to the specified format
override
-
getSuggestedFilename(
ExportConfig config) → String -
Get suggested filename based on config
override
-
isExportAvailable(
) → bool -
Check if export is available on the current platform
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveToFile(
{required Uint8List data, required String filename, required ExportFormat format}) → Future< String> -
Save exported data to a file
override
-
Share or print the exported document
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited