tray
tray copied to clipboard
Browser plugin for sending documents and raw commands to a printer or attached device.
Mass update of dependencies to latest versions. @lite1979 @klabarge I'm hoping for some preliminary testing before merging, then some true regression testing before the 2.2.2. release. Note, this also updates...
Adds the ability to obtain raw, spool file data on Windows printers which have 'keep spooled documents' feature enabled. Closes #923 Edited by @tresf --- Wrapping up some todos and...
With certain HP printer drivers (e.g. 'HP Universal Printing PCL 6 driver'), the Paper Types and Printer Trays are combined in QZ Tray. Please see the following screenshot where Matte...
The initial call to `getVersion` will contain a signature, but this signature is confusing since often it comes before the certificate is sent. The signature for `getVersion` is never validated...
Using 2.1 RC7, Windows 10, Zebra GK420d printer, and compared to Adobe results, QZ-Tray's print results are poor by comparison. Printing to "Microsoft Print to PDF", the resulting PDF is...
Per https://stackoverflow.com/questions/41437023 ~~This is a proof of concept, not ready for merge.~~ Ready for testing.
Environment: * **OS:** MacOS Monterey (issue is present on older OSs as well) * **QZ Tray:** 2.1.6 * **Config:** `width: 2.25, height: 1.25, units: 'in'` * **Java:** Adoptium OpenJDK 11,...
Issues occurs with BOCA hardware on Windows 10 OS. Similar in description to #974 but this is to track the OS and Java to see if there's something that can...
When the "PRINTED" event fires from Wmi, it will send the "COMPLETE" status back to the API. https://github.com/qzind/tray/blob/875c7038cf18a4ae8ac440627f13230aeddaecee/src/qz/printer/status/job/WmiJobStatusMap.java#L20 Unfortunately, we use near identical nomenclature when the job is accepted by...