How to print Silently in UWP

JOMON JOY 1 Reputation point
2021-01-04T08:45:55.707+00:00

I am new in UWP. How to print silently a receipt in UWP without user interaction? In my application , I have created one receipt format along with styles and bind with Grid control in UI. I want to Print that Grid control silently without user interaction

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 81,831 Reputation points
    2021-01-04T08:52:40.96+00:00

    You can see the answer from Xavier Xie-MSFT (POS printer API )
    in this thread : How to perform silent printing in UWP application?

    0 comments No comments

  2. BitSmithy 1,771 Reputation points
    2021-09-23T07:33:25.52+00:00
    1. If you want to print silently using UWP XAML it is not possible now.
    2. You can use POS pronting functionality, but it doesnt work with xaml.
    3. There is a workthrough, but I hasnt tried it.

    Here is a proper answer for this topic.

    https://stackoverflow.com/questions/46984595/how-to-silent-print-from-an-uwp-application

    0 comments No comments