Word -> Pdf with no save to disk

Is there a way to take a Aspose.Word.Document and transform it to Aspose.Pdf.Pdf without saving the word document to disk (xml) first ?

Thanks

You don’t have to save to disk, you can save into a MemoryStream. The images inside the document, however, will still be saved to disk.