I am developing an application that has several tasks, such as a report generator, browsing history, etc.
Now I want to add a method by which I can directly print this report from a printer on the local network.
so I need the button to now be called "Print" when the user clicks this button, then my text is directly printed from a shared printer on the local network via a Wi-Fi connection.
my printer IP is 192.168.1.50
Now how can I do this by coding.
answer
thanks
source share