Connect and pass a document to printer programmatically in .NET

Hi…I’m using some of the features of Group docs. Now i wish to know,is there any possibility to connect printers and pass documents to that printer and taking a paper copy of the document.

print should be like the below screenshot
image.png (475.3 KB)

@bharathiGK,

You have to implement this feature at your end. GroupDocs APIs doesn’t provide any such feature (no such class to handle printer). But it’s easy for instance take a look at this GroupDocs.Annotation for .NET showcase project. It is a MVC front end that allows you to annotate and print or save files.

Ok.Thank you

1 Like

@bharathiGK,

You’re welcome.