Alex
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 
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,...