简体   繁体   中英

Cordova PDFkit blob-stream to IPP Printer?

I'm using the browser version of PDFkit within Cordova to generate a pdf. Is it possible to send this pdf stream to an IPP printer (eg. http://printserver.local:631/printer1 )? Perhaps using an http plugin like cordovaHTTP ?

An http plugin won't help much. You need to use a proper IPP protocol implementation.

Answer: By using a thirdparty IPP implementation you can send/print pdf.

(Assumption: Cordova-Apps do not suffer from CORS or other network-limitations)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM