I want to print the Bill like super markets from UWP. I want to create a bill first then I need to fire command for printing. I am not sure about the format of the file, how should I manage it?
1 Answers
1
votes
You can use the point of service API (POS) https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/point-of-service
Or you can use the normal printer API https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/print-from-your-app