Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ability to Save As if I want to save something from Print QR Code instead of using print dialog. IE a jpg, png, etc #348

Closed
MahindraPersaud opened this issue Apr 5, 2024 · 1 comment
Labels
Feature Request New feature or request

Comments

@MahindraPersaud
Copy link

MahindraPersaud commented Apr 5, 2024

Is your feature request related to a problem? Please describe.
One of the issues I've faced is I have a small thermal printer that I can use to print labels. This printer is a 40x15mm (lxw) and allows me to be able to easily print things on it such as images. However, there's currently no easy to get the QR codes generated from Print QR Codes to a jpg etc. I first have to click Print -> Save as PDF -> Convert PDF to Jpg.

Describe the solution you'd like
I would like a button next to the print button that would allow me to instead save as using the file system dialog to be able to save the QR code as a jpg,png, etc

Describe alternatives you've considered
The alternative that I've had to complete is first have to click Print -> Save as PDF -> Convert PDF to Jpg.

Additional context
No other additional Context at the moment. Please feel free to ask any questions and I'll be more than happy to help. I'm currently trying to implement this myself in a fork, however, I have no knowledge of react.

I was thinking of utilizing https://www.npmjs.com/package/native-file-system-adapter as a way to ensure that we could get the system dialog for varying browsers as window.showSaveFilePicker() is only for chrome + MS Edge browsers.

@MahindraPersaud MahindraPersaud added the Feature Request New feature or request label Apr 5, 2024
@ressu
Copy link

ressu commented Apr 11, 2024

I was actually thinking about this feature request too. Using P-Touch on linux needs jpg files too. So this would be a very useful feature.

@Donkie Donkie closed this as completed in 10ad8ce Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants