Hello,
I’m having a problem while trying to extract the text from a pdf with aspose, while using .NET core on Linux x64, Amazon Linux 2, Aspose version 18.7.0 the following exception is thrown when the method page.Accept(TextAbsorber) is called.
at .(Operator )
at .()
at .(BaseOperatorCollection , Resources , Page )
at .(BaseOperatorCollection , Resources )
at .()
at …ctor(Page , TextSearchOptions , Boolean )
at …ctor(Page , TextSearchOptions )
at Aspose.Pdf.Text.TextAbsorber.Visit(Page page)
at Aspose.Pdf.Page.Accept(TextAbsorber textAbsorber)
When I run it on my Windows environment the process works fine.
Thank you.