svishnevsky / PDFtoPrinter

.Net Wrapper over PDFtoPrinter util allows to print PDF files.
MIT License
164 stars 41 forks source link

Suggestion: Print PDF from a stream #43

Closed MajidAbuRmelah closed 1 year ago

MajidAbuRmelah commented 2 years ago

Can there be an option to print from a stream?

I would like to download a pdf file and store it in a variable as a stream and print it.

Thanks in advance.

svishnevsky commented 1 year ago

Hi @MajidAbuRmelah Thanks for you suggestion. It is done in version 1.5.0. See sources here https://github.com/svishnevsky/PDFtoPrinter/blob/master/PDFtoPrinter/IPrinterStreamExtentions.cs.