Trying to utilize Aspose.Pdf on a page that already has Aspose.Cells and Aspose.Words functioning on it.
Getting the following error:
Compiler Error Message: BC30561: ‘SaveFormat’ is ambiguous, imported from the namespaces or types ‘Aspose.Words, Aspose.Cells’.
On This line:
doc.Save(REPLACE(SavePath,“doc”,“xml”), SaveFormat.AsposePdf)
How can I solve this?