According to the documentation it should be possible to print through the new Aspose.Pdf.Devices namespace:
We can perform various operations on the PDF documents i.e. printing, converting to images etc. However, such operations do not belong to the Document object and we cannot extend the Document class for such operations. That’s why we have introduced the concept of Device in the new DOM API; for example, we can print a PDF document or convert it to image. The Device namespace provides classes to perform such kind of operations.
... but how...? I can find exactly NO documentation regarding printing using Aspose.Net.Devices.... can anyone help?`
/Henrik