Word file can't convert to pdf form in .net

Hi

We bought Aspose.Total api,when we convert to pdf,it will not convert,Below is my code and here i attach that doc file also.

Dim wordLicense As Aspose.Words.License = New Aspose.Words.License()
wordLicense.SetLicense(ConfigurationManager.AppSettings(“AsposeLic”))

Dim loadOptions As Aspose.Words.LoadOptions = New Aspose.Words.LoadOptions
loadOptions.LoadFormat = Aspose.Words.LoadFormat.Auto
Dim doc As New Aspose.Words.Document(inputfile)
doc.Save(outputfile)

License file have,other file can convert,this doc file only can’t convert.

Pls reply asap

Regards
Aravind

Hi Arvind,

I can convert your document to PDF using latest version of Aspose.Words. Please check attached PDF for reference and let us know if you are talking about a different issue.

Please also share which version of Aspose.Words are you using?

Best Regards,