@rdlabo/capacitor-printer v8.0.1
Present the system print UI from Capacitor
Print a file or the current WebView through the platform printing interface on Android and iOS.
What you can do
Print files
Present the printing UI for a file path or local URL on Android and iOS.
Print WebView
Present the printing UI for the current WebView content.
Safe file lifecycle
Await printFile until the OS no longer needs the source, then delete it safely.