Hi,
I have used the following code to my application. It was working fine.Suddenly it’s not working now.And I am getting the following error
‘asposepdf’ is not a member of ‘Aspose.Words.SaveFormat’.
Used the code as below.
// New a Doc object.
Aspose.Words.Document doc = new Aspose.Words.Document("Test.doc");
// Save the doc in a xml fille that can be handled by Aspose.Pdf.
doc.Save("Test.xml", SaveFormat.AsposePdf);
Can you do needful to me?
Thankyou,
Kalai