I have to send a PDF file ( CAD drawing ) to a specific printer in the network. I also have to set the papersize for the document.
Has anyone an idea how to code this in C# without using any 3rd party library ?
Tried this => https://support.microsoft.com/en-us/help/322091/how-to-send-raw-data-to-a-printer-by-using-visual-c--net
But this is not working ( only printing some cryptical signs ).