@capgo/capacitor-printer
Capacitor plugin for printing documents, HTML, PDFs, images and web views.
Overview
Section titled “Overview”Capacitor plugin for printing documents, HTML, PDFs, images and web views.
Core Capabilities
Section titled “Core Capabilities”printBase64- Presents the printing UI to print files encoded as base64 strings.printFile- Presents the printing UI to print device files.printHtml- Presents the printing UI to print HTML documents.printPdf- Presents the printing UI to print PDF documents.
Public API
Section titled “Public API”| Method | Description |
|---|---|
printBase64 | Presents the printing UI to print files encoded as base64 strings. |
printFile | Presents the printing UI to print device files. |
printHtml | Presents the printing UI to print HTML documents. |
printPdf | Presents the printing UI to print PDF documents. |
printWebView | Presents the printing UI to print web view content. |
getPluginVersion | Get the native Capacitor plugin version. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-printer.