I am trying to extract text from PDF File on AWS Lambda, getting below error.
I am using license copy of Aspose.Total.
Below is error from log -
Error in ProcessPdfRequestLambda - Object reference not set to an instance of an object. - StackTrace - at .(Operator )
at .()
at .(BaseOperatorCollection , Resources , Page )
at .(BaseOperatorCollection , Resources )
at .()
at Aspose.Pdf.Text.TextAbsorber.Visit(Page page)
at Aspose.Pdf.Facades.PdfExtractor.ExtractText(Encoding encoding)