Hello... I've created an Aspose.Pdf.Pdf file and saved it to a Stream. I've performed the necessary processing on the stream (saving it to the database, etc.) and would now like to reform it into an Aspose.Pdf.Pdf to do a .Save the HttpResponse object. How can I create a Pdf from a stream when the constructor only takes blank or a FileStream object?
Thanks!