Printing a PDF in .NET
Posted
by Chris Marasti-Georg
on Stack Overflow
See other posts from Stack Overflow
or by Chris Marasti-Georg
Published on 2008-08-12T12:26:50Z
Indexed on
2010/03/30
3:33 UTC
Read the original article
Hit count: 467
It's the "printing question guy" again. Looking for a third-party solution to print PDFs, preferable from a service. I have seen some arguments against it, but due to our use case, this really is the preferred solution - the service will be receiving messages from a messaging bus, and there shouldn't be any sort of delay between the receipt of that message and the printing of the report. So far, I've found 1 solution from PDF Tools that seems very nice, and very flexible. The problem is that it's licensed per server. If anyone knows of any third-party solutions that have a seat license (per developer, unlimited runtime distribution), that would be much preferred.
EDIT: Clarification, by printing, I mean sending the PDF to a printer.
© Stack Overflow or respective owner