Word - pdf - stream

if i am not running inside COM+ transaction, i can convert a word document to pdf file and get stream using pdf.getbuffer method. Inside COM+ transaction, writing to file succeeds, but cannot open the file. i am getting System.ManagementException somewhere inside Aspose.Pdf.GetBuffer() call.
I tried converting to memorystream and called Pdf.Save(memorystream), it still fails.
any idea how to fix this issue or workaround this problem?

Hi,

Thank you for considering Aspose.

I will test this issue and try to solve the problem ASAP.

I have tested this issue with the attached asp file and it works. I hope that can help you.