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