I need to print an existing PDF in C#, without a paid library. I need the printer selection window to be displayed to the user. And print immediately afterwards.
I tried with PdfDocument, PrintDocument but none of them worked.
I need to print an existing PDF in C#, without a paid library. I need the printer selection window to be displayed to the user. And print immediately afterwards.
I tried with PdfDocument, PrintDocument but none of them worked.