When attempting to convert a microsoft word docx file to a pdf, I am getting an exception in Syncfusion.Pdf.Portal that states that the "Argument Array should be of the same length"
" at Syncfusion.Pdf.Graphics.PdfPath.AddPath(PointF[] pathPoints, Byte[] pathTypes)
at Syncfusion.DocIORenderer.Rendering.ShapePath.GetCurvedLeftArrowPath()
at Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.GetGraphicsPath(Shape shape, RectangleF bounds, PdfPen& pen)
at Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.DrawShape(Shape shape, LayoutedWidget ltWidget)
at Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.Draw(Shape shape, LayoutedWidget ltWidget)
at Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.Draw(LayoutedWidget layoutedWidget, Boolean isHaveToInitLayoutInfo)
at Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.DrawOverLappedShapeWidgets(Boolean isHaveToInitLayoutInfo)
at Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.Draw(Page page)
at Syncfusion.DocIORenderer.DocIORenderer.DrawDirectWordToPDF(DocumentLayouter layouter)
at <Application>.Services.UserFileUploadService.ConvertDocToPDFStream(String fileName, Byte[] fileData) in C:\\Users\\<user>\\source\\repos\\<ApplicationFolder>\\<Application>\\Services\\UserFileUploadService.cs:line 181
at <Application>.Services.UserFileUploadService.<UploadDocThumbnail>d__7.MoveNext() in C:\\Users\\<user>\\source\\repos\\<ApplicationFolder>\\<Application>\\Services\\UserFileUploadService.cs:line 80
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at <Application>.Services.UserFileUploadService.<UploadThumbnail>d__5.MoveNext() in C:\\Users\\<user>\\source\\repos\\<ApplicationFolder>\\<Application>\\Services\\UserFileUploadService.cs:line 44
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at <Application>.Services.<>DocumentService.<Upload<>Documents>d__3.MoveNext() in C:\\Users\\<user>\\source\\repos\\<ApplicationFolder>\\<Application>\\Services\\<>DocumentService.cs:line 47
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at <Application>.Services.<>FormsImportService.<ImportDistrict<>>d__3.MoveNext() in C:\\Users\\<user>\\source\\repos\\<ApplicationFolder>\\<Application>\\Services\\<>FormsImportService.cs:line 26
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at <Application>.<Application>.<Run>d__2.MoveNext() in C:\\Users\\<user>\\source\\repos\\<ApplicationFolder>\\<Application>\\<Application>.cs:line 21
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at <Application>.Program.<Main>d__12.MoveNext() in C:\\Users\\<user>\\source\\repos\\<ApplicationFolder>\\<Application>\\Program.cs:line 23"