I'm getting a 'NullReferenceException' when I'm trying to convert a .docx file.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.DocIO.DLS.Convertors.DocxParser.GetImageName(String imageId, Boolean isHeaderFooter, Boolean isPicBullet)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.LoadImage(WPicture picture, String id, Boolean isHeaderFooter, Boolean isPicBullet)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParsePictureWatermark(MemoryStream shapeStream)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseWatermark(MemoryStream shapeStream, ParagraphItemCollection paraItems)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseShape(XmlReader reader, ParagraphItemCollection paraItems, MemoryStream drawingStream, MemoryStream shapeStream)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseRun(XmlReader reader, ParagraphItemCollection paraItems)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseParagraphItems(XmlReader reader, ParagraphItemCollection paraItems)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseBody(XmlReader reader, IEntity entity)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseDocument(Stream stream)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseDocument(Package package)
at Syncfusion.DocIO.DLS.Convertors.DocxParser.Read(String fileName, WordDocument document)
at Syncfusion.DocIO.DLS.WordDocument.OpenDocx(String fileName)
at Syncfusion.DocIO.DLS.WordDocument.OpenInternal(String fileName, FormatType formatType, String password)