On Thu, Mar 15, 2018 at 1:37 AM, Amarjeet Singh <[email protected]> wrote:
> Hyprint run in the RDP server : Once we print the document through HyPrint > it only converts the document in PDF and saves in the Shared drive. > > *That's the only thing it does and sends the file name through the static > channel.* > > I would advise you to instead send the file *contents* through the static channel. You should be able to use downloadStream() to download the contents of the inbound pipe stream just as you would any other kind of stream (though you'll need to be careful with the timing of the download vs. generation of the data), or handle the data purely in JavaScript and build a Blob, etc. - Mike
