printer
Here are 538 public repositories matching this topic...
Modern framework to print the web correctly.
-
Updated
Aug 12, 2021 - SCSS
Prettier PHP Plugin
-
Updated
Jan 5, 2022 - PHP
-
Updated
Dec 5, 2021 - JavaScript
Python library to manipulate ESC/POS printers
-
Updated
Dec 21, 2021 - Python
This npm package was made to control epson and star thermal printers
-
Updated
Jan 1, 2022 - JavaScript
-
Updated
Jul 20, 2019 - Elixir
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.
Python package for the raster language protocol of the Brother QL series label printers (QL-500, QL-550, QL-560, QL-570, QL-700, QL-710W, QL-720NW, QL-800, QL-810W, QL-820NWB, QL-1050, QL-1060N and more).
-
Updated
Oct 2, 2021 - Python
Marlin firmware instant configurator
-
Updated
Oct 9, 2018 - JavaScript
OctoPrint Enclosure Plugin
-
Updated
Jan 5, 2022 - Python
A well documented, high-level Android interface that makes printing via bluetooth printers easier
-
Updated
May 31, 2021 - Kotlin
-
Updated
Oct 6, 2021 - JavaScript
Print PDF, jpeg and png from Node.js and Electron.
-
Updated
Jan 3, 2022 - TypeScript
Direct printing for Laravel apps.
-
Updated
Jun 12, 2021 - PHP
ESC/POS (thermal, receipt) printing for Flutter & Dart
-
Updated
Dec 28, 2021 - Dart
Live preview, edit and print functionality for View hierarchies. Supports PDF, PNG, JPEG.
-
Updated
Oct 23, 2019 - Java
A better console.log for the log-driven debugging junkies
-
Updated
Mar 29, 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