Support,
I have purchased your product for printing PDFs to printer.
However you use System.Drawing.Printing namespace to perform this function.
This is not supported in WIndows Service and ASP .NET applications as detailed here:
http://msdn.microsoft.com/en-us/library/system.drawing.printing(v=vs.110).aspx
I see other vendors such as FoxIT PDF do not use that namespace and therefore can be used in ASP .NET environments safely.
Also, other companys have developed this functionality using winspool API calls from within .NET.
How can I safely print from Aspose PDF in ASP .NET? There does not seem to be any way to do it.
I see one post here:
http://www.aspose.com/community/forums/permalink/547705/547705/showthread.aspx#547705
That says you must first convert PDF to XPS, then use XPS print API. Which means we must also purchase Aspose Documents just to print.
How to resolve this problem with PDF printing in ASP .NET and Window Service applications?
I have purchased your product for printing PDFs to printer.
However you use System.Drawing.Printing namespace to perform this function.
This is not supported in WIndows Service and ASP .NET applications as detailed here:
http://msdn.microsoft.com/en-us/library/system.drawing.printing(v=vs.110).aspx
I see other vendors such as FoxIT PDF do not use that namespace and therefore can be used in ASP .NET environments safely.
Also, other companys have developed this functionality using winspool API calls from within .NET.
How can I safely print from Aspose PDF in ASP .NET? There does not seem to be any way to do it.
I see one post here:
http://www.aspose.com/community/forums/permalink/547705/547705/showthread.aspx#547705
That says you must first convert PDF to XPS, then use XPS print API. Which means we must also purchase Aspose Documents just to print.
How to resolve this problem with PDF printing in ASP .NET and Window Service applications?