Hi Guys
Have documents stored as images in MSSQL2008 on Win2008 server.
I would like to pass a byte array containing a single MSWord.docx file to my Aspose Word component, have the aspose component save the document as a new pdf file allowing me to then stream the pdf to a client's PC.
I tried this but could not make it work without having to save the MSWord.docx file to hard disc on the server first, I would like to avoid this.
Is this possible using the Aspose.Word .net component to do this without the save to hard disc ?
Many thanks
Kevin