-
Updated
Oct 28, 2020 - Java
barcode
Here are 639 public repositories matching this topic...
-
Updated
Sep 18, 2020 - Kotlin
-
Updated
Oct 26, 2020 - Swift
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 1, 2020 - C#
-
Updated
Jul 7, 2020 - Java
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Swift
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Mar 14, 2019 - Go
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Sep 14, 2020 - C++
-
Updated
Oct 19, 2020 - Java
-
Updated
May 28, 2020 - Java
-
Updated
Sep 24, 2020 - C++
-
Updated
Aug 20, 2020 - C#
-
Updated
Jun 20, 2017 - C
-
Updated
Apr 17, 2019 - Swift
-
Updated
Sep 22, 2020 - TypeScript
-
Updated
Sep 7, 2020 - Python
Improve this page
Add a description, image, and links to the barcode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the barcode topic, visit your repo's landing page and select "manage topics."


I am trying to print on shared printer, but I don't understand why I get Permission denied when using
$connector = new WindowsPrintConnector("smb://Windows10-pc/".$printer_name);
but when I tried this code at the bottom it simply works, and i never added a Guest permission.
$printer = "\\".'Windows10-pc'."\".$printer_name;
if($ph = printer_open($printer)){
printer_set_option($p