Tres Finocchiaro

Results 165 issues of Tres Finocchiaro

It's fairly common for users to navigate away from a page before the print job has been processed. Although this is not ideal, the currently behavior is sporadic, depending on...

enhancement

JavaFX allows a few way to attach a console to the JavaFX instance. https://stackoverflow.com/a/49077436/3196753 The console can be helpful for troubleshooting non-obvious JavaFX engine errors. ```java WebConsoleListener.setDefaultListener((webView, message, lineNumber, sourceId)...

enhancement

Pinging @liushuyu. Have you done any i18n for Java? I just spotted https://github.com/chunlinyao/tray/commit/f33e2750a3f5d374967855f48bebc48d3e6a3da9 which makes me think we could benefit from this. Any interest?

enhancement

Discussion to add an optional parameter/wrapper to `file` URLs to fetch and append in base64 format as a convenience. Since [`fetch(...)` is part of most web browser's API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API#Browser_compatibility) this would...

enhancement

Currently, if a PDF is provided that's 4x6 and it's sent to a printer with 4x6 paper, it will use the printer driver's default page size for printing (e.g. US...

enhancement

Placeholder for adding document/picture/flatbed, etc scanner support. Here's a Windows-only library that may be able to help: https://github.com/Asprise/java-scanner-access-twain

Automated testing enhancement via `Node.js` Related https://github.com/qzind/qz-print/issues/184 ![image](https://cloud.githubusercontent.com/assets/6345473/13694981/7cc722f2-e728-11e5-9f19-2f212a6b2706.png) Here's the first working self-signed example: - Creates a self-signed certificate - Creates an `allowed.dat` file to simulate `Remember this decision` -...

enhancement

Placeholder to offer raw image rotation. This would be especially nice for Evolis printers, as the cards can be inserted and/or flipped which influence the direction of the image. Furthermore,...

enhancement

Some environments have to protect sensitive information which has been processed by QZ Tray and require the ability to suppress log output through a configuration option.

enhancement

Currently JSON Data is transferred in one large String causing large heap allocations, especially for base64 jobs. The JSON parser we use today doesn't offer steaming capabilities, and those that...

enhancement