-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Printer support #103
Printer support #103
Conversation
@mpociot thank you very much! Any idea why System::printers(); returns nothing on my MacOS 14 with Herd? Maybe missing permissions within MacOS security settings during developing ( |
Hi, @StefanNeuser, have you resolved this issue? I'm facing the same problem with Mac. |
@ormelflores unfortunately not. Today i want to try electron without nativephp to get in touch with printer capabilities. Maybe @mpociot has a tip for us. I guess it's a issue with the security policies within macOs but actually i don't really now. |
Same problem with Mac here, there are no printers |
I’m using electron-vite.org now
federeggiani ***@***.***> schrieb am Sa. 28. Okt. 2023 um
20:46:
… Same problem with Mac here, there are no printers
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQTL52JDCE6O64ZVPC3RUDYBVHH7AVCNFSM6AAAAAA27PEAO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTHA4TKNJZHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No NativePHP anymore? |
It's alpha and for my purpose it doesn't fit. To hard to debug at this
stage.
federeggiani ***@***.***> schrieb am So., 29. Okt. 2023,
18:49:
… electron-vite.org
No NativePHP anymore?
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQTL54AC47HETGKVG35NKLYB2JIXAVCNFSM6AAAAAA27PEAO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGE4DAOJTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Is there any update about this? Running into the same issue |
This PR works in combination with NativePHP/electron-plugin#11 and adds support to retrieve information about the available printers, as well as silently (without user interaction) print HTML documents.