convertPdfPageToBitmap method
Implementation
Future<Map<dynamic, dynamic>> convertPdfPageToBitmap({
required String filePath,
required int pageNumber,
required int dpi,
String? savePath,
}) {
throw UnimplementedError(
'convertPdfPageToBitmap() has not been implemented.',
);
}