printer
Here are 492 public repositories matching this topic...
-
Updated
Jun 28, 2021 - SCSS
-
Updated
Jul 21, 2021 - PHP
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
May 12, 2021 - Python
-
Updated
Jul 7, 2021 - JavaScript
-
Updated
Jul 20, 2019 - Elixir
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Apr 28, 2021 - Python
-
Updated
Jul 17, 2021 - Python
-
Updated
May 31, 2021 - Kotlin
-
Updated
Dec 21, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
wmic
is deprecated.
Describe the solution you'd like
Package should use PowerShell cmdlets to get printers on Windows instead of wmic
.
Describe alternatives you've considered
None.
Additional context
None.
-
Updated
Jun 12, 2021 - PHP
-
Updated
Oct 23, 2019 - Java
-
Updated
Jul 8, 2021 - Dart
Given that .editorconfig file provides some settings that are supported by stylua, it could be handy to read that file to avoid duplicating these settings.
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 25, 2021 - JavaScript
Improve this page
Add a description, image, and links to the printer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the printer 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