#
printer
Here are 453 public repositories matching this topic...
Modern framework to print the web correctly.
-
Updated
Dec 12, 2020 - CSS
Prettier PHP Plugin
-
Updated
Feb 1, 2021 - PHP
-
Updated
Jan 4, 2021 - JavaScript
Python library to manipulate ESC/POS printers
-
Updated
Jan 25, 2021 - Python
-
Updated
Jul 20, 2019 - Elixir
This npm package was made to control epson and star thermal printers
-
Updated
Jan 28, 2021 - JavaScript
Marlin firmware instant configurator
nodejs
editor
documentation
browser
printer
remote-control
firmware
platformio
serial-ports
gcode
instant
upnp
marlin
hint
3d-printing
3d
compilation
3d-printer
marlin-github
-
Updated
Oct 9, 2018 - JavaScript
chrikrah
commented
Mar 13, 2019
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).
printer
brother
brother-label-printer
label-printer
ql-500
ql-700
ql-710w
brother-ql
printer-driver
ql-550
ql-570
ql-720nw
ql-800
ql-820nwb
ql-1050
raster-language
-
Updated
Dec 21, 2020 - Python
OctoPrint Enclosure Plugin
plugin
raspberry-pi
printer
gpio
sensor
temperature-sensor
octoprint
enclosure
filament-sensor
temperature-alarm
enclosure-plugin
-
Updated
Jan 22, 2021 - Python
-
Updated
Dec 21, 2019 - JavaScript
A well documented, high-level Android interface that makes printing via bluetooth printers easier
android
kotlin
library
printer
printing
kotlin-android
kotlin-library
android-library
bluetooth
print
pairing
bluetooth-printer
woosim
sewoo
-
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
Jan 22, 2021 - PHP
A better console.log for the log-driven debugging junkies
stacktrace
printer
log
chrome-devtools
logging
pretty-print
ansi
tty
stack-traces
debug
console-log
ansi-colors
terminal-colors
debugging-tools
debugging-tool
-
Updated
Nov 10, 2020 - JavaScript
ESC/POS (thermal, receipt) printing for Flutter & Dart
-
Updated
Nov 13, 2020 - Dart
davidsyoung
commented
Jan 4, 2021
Describe the bug
On windows platform, when there is a printer with a space in it's name, and you pass a printer, the command fails to run as it's not escaped with quotes.
To Reproduce
Steps to reproduce the behavior:
- Rename printer with a space in it
- Pass that printer name as returned by getPrinters()
- Command that is produced doesn't run as there's a space.
**Expected b
Control software for resin 3D printers
javascript
java
windows
linux
html
raspberry-pi
printer
gcode
3d-printing
resin-3d-printers
exposure
-
Updated
Jan 21, 2018 - JavaScript
Boomaga provides a virtual printer for CUPS. This can be used for print preview or for print booklets.
-
Updated
Dec 9, 2020 - C++
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