jpgToPdf method
Convert JPG image to PDF
file
JPG image to convert
options
Conversion options
Implementation
Future<ApiResponse> jpgToPdf(File file, {ConversionOptions? options}) {
return convertToPdf(file, ConversionFormat.jpg, options: options);
}