Alex

Results 5 comments of Alex

@Phoenix-Alpha Yes you need append after a photo or doc this code ``. Then call the print function `cordova.plugins.printer.print($('#divwithalldocs').html());` and you get multiple prints. Thanks to @Polm90 very nice idea!

sry my mistake i reopen this

@karolzamosc This device i have ![Screenshot_20230728-172608](https://github.com/rospogrigio/localtuya/assets/20392674/e2c04cdb-d05c-4968-bbdd-743af7e88e62)

My solution for all this wasted time on Windows! var absolutePath = path.resolve(file); var pfad = "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"; var parameters = ["/t", absolutePath, printerName]; child_process(pfad, parameters, function(err,...