I am currently building a web application in angular 5. In my app, I will be reading in attachments from the database and I need a way to send the file to the printer to physically print them.
These attachments can be any file type (jpg, pdf, xlsx, doc, etc.) Any help would be greatly appreciated, thank you!