Skip to main content

Print Local & Remote Documents

Print Local & Remote Documents

Use this component to print web pages, images/photos & any other document format (PDFs, Word, excel, etc).
To get started using it you must use KmpPrinting.

Verify Printing Support

To check if printing is available and supported on your device:


_1
KmpPrinting.isPrintingSupported()

Printing a Photo

To print a photo/image use the following.
NOTE: this method only supports local images, to use remote images please use printDocumentWithPath


_1
KmpPrinting.printImageWithPath()

Printing a Document

To print a document (of any format), this automatically checks if the file is a remote url, or local, and manages the printing for you. If it's a remote file, it downloads the file, and renders it locally.


_1
KmpPrinting.printDocumentWithPath()

Printing a WebPage

To print a web page (any url), please use this function:


_1
KmpPrinting.printDocumentWithPath()

Any Required Setup?

None