maioclassic.blogg.se

Convert pub to pdf android
Convert pub to pdf android











convert pub to pdf android

Margins: PdfMargins.px(top: 35, bottom: 35, right: 35, left: 35), Var result = await WebcontentConverter2.filePathToPdf( Var savedPath = join(dir.path, "sample.pdf") filePathToPdf(String path, double duration, String savedPath, PdfMargins margins, PaperFormat format )Įxample: var dir = await getApplicationDocumentsDirectory().*** Purpose: The three above functions will help developer to get screenshot of html content as Uint8List Image and push it to esc printer Var bytes = await ntentToImage(content: content) This function will return Uint8List ImageĮxample: final content = Demo.getReceiptContent() contentToImage(String content, double duration) : content is html or web content and duration is delay time.This function will return Uint8List ImageĮxample: var bytes = await WebcontentConverter2.webUriToImage( webUriToImage(String uri, double duration) : uri is web uri(url) and duration is delay time.This function will return Uint8List ImageĮxample: var bytes = await WebcontentConverter2.filePathToImage(path: "assets/receipt.html") filePathToImage(String path, double duration) : path is asset path and duration is delay time.This plugin was test for android, ios and desktop. This plugin use WebView on android, WKWebView on Ios and chromium for desktop support.

convert pub to pdf android

Plugin for converting any webcontent, web uri to image bitmap or pdf file.













Convert pub to pdf android