htmlToPdf method
Convert HTML to PDF
file
HTML file to convert
options
Conversion options
Implementation
Future<ApiResponse> htmlToPdf(File file, {ConversionOptions? options}) {
return convertToPdf(file, ConversionFormat.html, options: options);
}