Tres Finocchiaro

Results 165 issues of Tres Finocchiaro

A request to add header and footer e.g. Company Logo / `Page 1 of 2` to the top or bottom of an HTML page when printing.

enhancement
javafx

An ongoing effort which I wanted to document the success (failures?) of is RFID reading/writing through QZ Tray. RFID is dominated in the US by a few major hardware manufacturers...

If a client accidentally clicks "Block" and "Remember this decision", JavaScript doesn't know about it, causing no information presented to the user that a connection attempt to QZ Tray was...

enhancement

Duplex can be set via config, but there's no way to interrogate the printer to find out whether or not duplex is supported by a printer. Note, some printers will...

enhancement

Migrated from https://github.com/qzind/qz-print/issues/190. --- @vt09 wrote: Currently, html content under @media print style still appear in rendered file. For example, we have setting as below. ``` css /*HIGHLIGHT/NOTIFICATION PAGE DOESN'T...

enhancement
upstream

Placeholder to configure the size of the log file.

In a shared desktop environment, QZ Tray may be running on port `:8181` as another user. This has several disadvantages: * Some users won't see the QZ Tray icon in...

enhancement

Printing to file should be extremely restricted, like #306 and only allow writing to certain pre-approved locations. ```js qz.configs.create({ file: 'foo/bar.txt'}); // -- OR -- cfg.setPrinter({ file: 'foo/bar.txt'}); ``` ####...

security

``` Error: Bounds exceeds available space: size=33, offset=83 ``` Very similar upstream bug report: https://github.com/nyholku/purejavahidapi/issues/49 Similar stack-overflow question: https://stackoverflow.com/q/59030053/3196753 StackOverflow question: https://stackoverflow.com/questions/61552293/how-to-send-data-64-bytes-to-hid-printer-on-windows ```js "call": "hid.sendData", "params": { "vendorId": "0a43", "productId":...

enhancement

Using the demo from QZ Tray 2.1 against QZ Tray 2.0.12, the following does not work. The same settings with the 2.0.12 demo works just fine. ![image](https://user-images.githubusercontent.com/6345473/97464970-ee6d1300-1917-11eb-9611-819289bc1771.png)

bug