I have figured out how to stream pdf files into the db. Now my challenge is to stream these to the printer without saving them first, as this causes a lag in spooling (tested this is in production, not a workable option).
So far have had no luck except found some suggestions to use r=Rave report or try a package from Gnostice.
Is it possible to print directly from a blob,file or memorystream? I think there would be a workareound that could allow me to do this !
Thanks in advance.