Skip to content
Printerv8.0.1
@rdlabo/capacitor-printer

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.

All documentation