printer
Here are 431 public repositories matching this topic...
Modern framework to print the web correctly.
-
Updated
Sep 6, 2020 - CSS
Prettier PHP Plugin
-
Updated
Nov 2, 2020 - PHP
-
Updated
Oct 20, 2020 - JavaScript
Python library to manipulate ESC/POS printers
-
Updated
Oct 15, 2020 - Python
-
Updated
Jul 20, 2019 - Elixir
This npm package was made to control epson and star thermal printers
-
Updated
Oct 25, 2020 - JavaScript
Marlin firmware instant configurator
-
Updated
Oct 9, 2018 - JavaScript
OctoPrint Enclosure Plugin
-
Updated
Oct 24, 2020 - Python
-
Updated
Dec 21, 2019 - JavaScript
A well documented, high-level Android interface that makes printing via bluetooth printers easier
-
Updated
Oct 29, 2020 - Kotlin
Live preview, edit and print functionality for View hierarchies. Supports PDF, PNG, JPEG.
-
Updated
Oct 23, 2019 - Java
Direct printing for Laravel apps
-
Updated
Sep 13, 2020 - PHP
A better console.log for the log-driven debugging junkies
-
Updated
Sep 8, 2020 - JavaScript
ESC/POS (thermal, receipt) printing for Flutter & Dart
-
Updated
Oct 29, 2020 - Dart
Control software for resin 3D printers
-
Updated
Jan 21, 2018 - JavaScript
Print PDF files from Node.js and Electron.
-
Updated
Oct 28, 2020 - JavaScript
Boomaga provides a virtual printer for CUPS. This can be used for print preview or for print booklets.
-
Updated
Oct 8, 2020 - C++
Prettier formatter for package.json files
-
Updated
Sep 9, 2020 - 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