I've been trying to using qz tray.
When I try to print a file from the server, there's an Error Printing message said "no protocol: /tmp/testing.txt"
Could anyone help me with this error message. What exactly the meaning of this error, is it because it can't find the file or because something else ?
Thank you.
Best regards,
Immanuel G. Souhoka
Note that a location will not be created if it does not exist. Please let us know if this helped you resolve the issue.qz.printToFile("C:\\tmp\\testing.txt");qz.printToFile("/home/user/tmp/testing.txt");qz.printToFile("\\server_name\tmp\testing.txt")
--
You received this message because you are subscribed to the Google Groups "qz-print" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
qz.appendFile("https://localhost/tmp/testing.txt");
ORqz.appendFile("file:///C:/tmp/testing.txt");
Hi Immanuel,
I'm glad to hear that resolved the issue. If you have anymore questions feel free to contact us!
Regards,
Kyle