Crate tauri_plugin_printer_v2

Source

Structs§

PingRequest
PingResponse

Enums§

Error

Traits§

PrinterExt
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the printer APIs.

Functions§

custom_get_printers_by_name
获取打印机列表 @param printername 打印机名称 @returns 打印机列表
custom_print_pdf
打印PDF @param id 打印机ID @param path PDF文件路径 @param printer_setting 打印机设置 @param remove_after_print 打印完成后删除文件 @returns 打印结果
init
初始化插件 @returns 初始化结果 Initializes the plugin.

Type Aliases§

Result