I have an MVC project on .NET Core. My DDL has embedded Aspose.Words.dll and Aspose.Words.Pdf2Word.dll. I am loading a PDF file using this line:
var Document = new Aspose.Words.Document(OriginalStream, pdfLoadOptions); …...this line: var document = new Aspose.Words.Document(OriginalStream...getting this exception: ‘Pdf document reader plugin cannot be loaded...