pub fn custom_print_pdf(
id: String,
path: String,
printer_setting: String,
remove_after_print: bool,
) -> StringExpand description
打印PDF @param id 打印机ID @param path PDF文件路径 @param printer_setting 打印机设置 @param remove_after_print 打印完成后删除文件 @returns 打印结果