Questions tagged [xerox]

7 questions
2
votes
1 answer

Spooling problem when sending a print job to a printer via an Electron App on Windows 7

I've got an Electron Application which I'm compiling to a windows .exe via electron-packager . --platform=win32 --arch=ia32 --overwrite The problem I'm facing is when the application, running on Windows 7, sends a print job to a Xerox printer, the…
1
vote
2 answers

Filter to create Xerox/Photocopy image from Color images of documents

I have color images of Documents. Sample Input (taken from https://www.indiamart.com/proddetail/pan-card-21687536812.html) I wish to create realistic xerox/photocopy image from this. Most xerox/photocopy are set on low tone. Here is a sample output…
Anuj Gupta
  • 6,328
  • 7
  • 36
  • 55
0
votes
0 answers

xerox machine deployed screen - html dropdown is flickering on tab selection

A simple page design was done with html and javascript. It has some dropdown controls. the application was deployed on xerox machine screen. On the machine screen, when the user tab select the dropdown, it is not opening properly. sometimes it is…
ss90
  • 1
  • 1
0
votes
0 answers

xerox workcentre 5855 scan a document and save it for reprint

How can I scan a document using Xerox WorkCentre 5855 and save it to the device local storage for reprinting later? i find "save jobs for reprint" in internet but can't find this button in my device and i'm not sure this is what i'm looking for.
0
votes
1 answer

Looking for OID values for Xerox's fuser and transfer roll

I'm trying to get SNMP OID's values for maximum and current capacity of transfer roller and fuser. I'm pretty sure that is it: Maximum capacity: .1.3.6.1.2.1.43.11.1.1.8.1.10 - transfer roller (-2) .1.3.6.1.2.1.43.11.1.1.8.1.12 - fuser…
Serpher
  • 13
  • 3
0
votes
0 answers

Powershell Xerox - get printer information

I have a printer in local network and need to get printer counter status like below: There is a code that get the printer status (source gitgub - > https://github.com/KyleOndy/Get-Toner) and it works : $printertype =…
Wiktor
  • 581
  • 1
  • 12
  • 23
0
votes
1 answer

Postscript: know what I need, no clue how to do it

We create printfiles by gluing ps and eps files together and overlay data to print customer forms.. and then send those files to the printer. As printers have changed we have had to adjust the scripts.. We are now looking at XEROX printers and they…